Skip to content

Commit

Permalink
exclude preload from hsts header
Browse files Browse the repository at this point in the history
  • Loading branch information
timlrx committed Feb 13, 2022
1 parent fc03004 commit 5553b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const securityHeaders = [
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
{
key: 'Strict-Transport-Security',
value: 'max-age=31536000; includeSubDomains; preload',
value: 'max-age=31536000; includeSubDomains',
},
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy
{
Expand Down

0 comments on commit 5553b0d

Please sign in to comment.