Skip to content

Commit

Permalink
Merge pull request #238 from ConductionNL/Feature/WOO-15/security.txt
Browse files Browse the repository at this point in the history
Feature/WOO-15/security.txt
  • Loading branch information
remko48 authored Jan 26, 2024
2 parents 3063a15 + 5c6f2aa commit 92abb65
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 24 deletions.
8 changes: 0 additions & 8 deletions pwa/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,5 @@ module.exports = {
],
},
},
{
resolve: "gatsby-plugin-security-txt",
options: {
contact: "mailto:[email protected]",
expires: "2024-12-31T23:00:00.000Z",
languages: "nl, en",
},
},
],
};
12 changes: 0 additions & 12 deletions pwa/package-lock.json

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

6 changes: 2 additions & 4 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
"private": true,
"description": "Product Website Template",
"author": "Conduction",
"keywords": [
"gatsby"
],
"keywords": ["gatsby"],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"serve-page": "gatsby serve --prefix-paths",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"lint": "npm-run-all lint:** ",
Expand Down Expand Up @@ -70,7 +69,6 @@
"gatsby": "^5.13.3",
"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.19",
"jwt-decode": "^4.0.0",
Expand Down
10 changes: 10 additions & 0 deletions pwa/static/.well-known/security.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Information related to reporting security vulnerabilities of this site.

# How to communicate about security issues.
Contact: mailto:[email protected]

# Date and time after which this data is considered stale
Expires: 2024-12-31T23:00:00.000Z

# Preferred languages for communication.
Preferred-Languages: nl, en

0 comments on commit 92abb65

Please sign in to comment.