Skip to content

Commit

Permalink
added security.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Jan 26, 2024
1 parent c5c7582 commit 0fa39b0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
8 changes: 8 additions & 0 deletions pwa/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,13 @@ module.exports = {
],
},
},
{
resolve: "gatsby-plugin-security-txt",
options: {
contact: "mailto:[email protected]",
expires: "2024-12-31T23:00:00.000Z",
languages: "nl, en",
},
},
],
};
12 changes: 12 additions & 0 deletions pwa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"private": true,
"description": "Product Website Template",
"author": "Conduction",
"keywords": ["gatsby"],
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
Expand Down Expand Up @@ -68,6 +70,7 @@
"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",
Expand Down Expand Up @@ -99,11 +102,11 @@
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"jose": "^5.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"gh-pages": "^6.1.1",
"husky": "^8.0.3",
"jose": "^5.2.0",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.4",
Expand Down

0 comments on commit 0fa39b0

Please sign in to comment.