diff --git a/pwa/gatsby-config.js b/pwa/gatsby-config.js index 4aedf828..119f344c 100644 --- a/pwa/gatsby-config.js +++ b/pwa/gatsby-config.js @@ -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:info@conduction.nl"}`, - 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"}`, diff --git a/pwa/static/.env.production b/pwa/static/.env.production index f5812ec6..7bf74f81 100644 --- a/pwa/static/.env.production +++ b/pwa/static/.env.production @@ -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:info@conduction.nl -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