Skip to content

Commit

Permalink
Merge pull request #389 from timlrx/hsts
Browse files Browse the repository at this point in the history
exclude preload from hsts header
  • Loading branch information
timlrx authored Feb 13, 2022
2 parents fc03004 + 5553b0d commit 72ca086
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

1 comment on commit 72ca086

@vercel
Copy link

@vercel vercel bot commented on 72ca086 Feb 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.