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.
2 parents fc03004 + 5553b0d commit 72ca086Copy full SHA for 72ca086
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