generated from ConductionNL/product-website-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #358 from ConductionNL/development
Development to main
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ module.exports = { | |
options: { | ||
intro: `${process.env.GATSBY_SECURITY_TXT_INTRO ?? "Information related to reporting security vulnerabilities of this site."}`, | ||
contact: `${process.env.GATSBY_SECURITY_TXT_CONTACT ?? "mailto:[email protected]"}`, | ||
expires: `${process.env.GATSBY_SECURITY_TXT_EXPIRES ?? "2024-12-31T23:00:00.000Z"}`, | ||
expires: `${process.env.GATSBY_SECURITY_TXT_EXPIRES ?? "2025-12-31T23:00:00.000Z"}`, | ||
encryption: `${process.env.GATSBY_SECURITY_TXT_ENCRYPTION ?? ""}`, | ||
acknowledgements: `${process.env.GATSBY_SECURITY_TXT_ACKNOWLEDGEMENTS ?? ""}`, | ||
languages: `${process.env.GATSBY_SECURITY_TXT_LANGUAGES ?? "nl, en"}`, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ GATSBY_ENV_VARS_SET="true" | |
# Security.txt https://www.gatsbyjs.com/plugins/gatsby-plugin-security-txt/ | ||
GATSBY_SECURITY_TXT_INTRO=Information related to reporting security vulnerabilities of this site. | ||
GATSBY_SECURITY_TXT_CONTACT=mailto:[email protected] | ||
GATSBY_SECURITY_TXT_EXPIRES=2024-12-31T23:00:00.000Z | ||
GATSBY_SECURITY_TXT_EXPIRES=2025-12-31T23:00:00.000Z | ||
GATSBY_SECURITY_TXT_ENCRYPTION= | ||
GATSBY_SECURITY_TXT_ACKNOWLEDGEMENTS= | ||
GATSBY_SECURITY_TXT_LANGUAGES=nl, en | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ GATSBY_ENV_VARS_SET= | |
# Security.txt https://www.gatsbyjs.com/plugins/gatsby-plugin-security-txt/ | ||
GATSBY_SECURITY_TXT_INTRO=Information related to reporting security vulnerabilities of this site. | ||
GATSBY_SECURITY_TXT_CONTACT=mailto:[email protected] | ||
GATSBY_SECURITY_TXT_EXPIRES=2024-12-31T23:00:00.000Z | ||
GATSBY_SECURITY_TXT_EXPIRES=2025-12-31T23:00:00.000Z | ||
GATSBY_SECURITY_TXT_ENCRYPTION= | ||
GATSBY_SECURITY_TXT_ACKNOWLEDGEMENTS= | ||
GATSBY_SECURITY_TXT_LANGUAGES=nl, en | ||
|