Skip to content

Commit

Permalink
Update max-age in HSTS sample (#27452)
Browse files Browse the repository at this point in the history
The previous paragraph mentions a max-age of 2 years, so the number of seconds should match.
  • Loading branch information
apuyou authored Jul 23, 2021
1 parent 9065cdf commit fac083b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/security-headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If you're deploying to [Vercel](https://vercel.com/docs/edge-network/headers#str
```jsx
{
key: 'Strict-Transport-Security',
value: 'max-age=31536000; includeSubDomains; preload'
value: 'max-age=63072000; includeSubDomains; preload'
}
```

Expand Down

0 comments on commit fac083b

Please sign in to comment.