We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc03004 commit 5553b0dCopy full SHA for 5553b0d
next.config.js
@@ -43,7 +43,7 @@ const securityHeaders = [
43
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
44
{
45
key: 'Strict-Transport-Security',
46
- value: 'max-age=31536000; includeSubDomains; preload',
+ value: 'max-age=31536000; includeSubDomains',
47
},
48
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy
49
0 commit comments