diff --git a/.well-known/security.txt b/.well-known/security.txt new file mode 100644 index 0000000..b8911f9 --- /dev/null +++ b/.well-known/security.txt @@ -0,0 +1,3 @@ +Contact: mailto:info@conduction.nl +Expires: 2024-12-31T23:00:00.000Z +Preferred-Languages: nl, en diff --git a/pwa/gatsby-config.js b/pwa/gatsby-config.js index 862ff8e..e2400e1 100644 --- a/pwa/gatsby-config.js +++ b/pwa/gatsby-config.js @@ -40,13 +40,5 @@ module.exports = { ], }, }, - { - resolve: "gatsby-plugin-security-txt", - options: { - contact: "mailto:info@conduction.nl", - expires: "2024-12-31T23:00:00.000Z", - languages: "nl, en", - }, - }, ], }; diff --git a/pwa/package-lock.json b/pwa/package-lock.json index 681dbf5..10bcebf 100644 --- a/pwa/package-lock.json +++ b/pwa/package-lock.json @@ -54,7 +54,6 @@ "gatsby": "^5.13.2", "gatsby-plugin-breadcrumb": "^12.3.2", "gatsby-plugin-layout": "^4.13.1", - "gatsby-plugin-security-txt": "^1.2.1", "html-react-parser": "^5.1.1", "i18next": "^23.7.18", "jose": "^5.2.0", @@ -10184,17 +10183,6 @@ "gatsby": "^5.0.0-next" } }, - "node_modules/gatsby-plugin-security-txt": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-security-txt/-/gatsby-plugin-security-txt-1.2.1.tgz", - "integrity": "sha512-AL2q2YQ4NtZsYp95C4mao74ETwBzSBlRB47PkDsK5BRieLovcM0E3kjSb7BJ6jGvX+5U3yKBspo/WJf1+Mad/A==", - "dependencies": { - "fs-extra": "^11.1.0" - }, - "peerDependencies": { - "gatsby": "^4.0.0 || ^5.0.0" - } - }, "node_modules/gatsby-plugin-typescript": { "version": "5.13.1", "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-5.13.1.tgz", diff --git a/pwa/package.json b/pwa/package.json index 575c351..3c9b239 100644 --- a/pwa/package.json +++ b/pwa/package.json @@ -4,9 +4,7 @@ "private": true, "description": "Product Website Template", "author": "Conduction", - "keywords": [ - "gatsby" - ], + "keywords": ["gatsby"], "scripts": { "develop": "gatsby develop", "start": "gatsby develop", @@ -70,7 +68,6 @@ "gatsby": "^5.13.2", "gatsby-plugin-breadcrumb": "^12.3.2", "gatsby-plugin-layout": "^4.13.1", - "gatsby-plugin-security-txt": "^1.2.1", "html-react-parser": "^5.1.1", "i18next": "^23.7.18", "jose": "^5.2.0",