Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fac083b

Browse files
authored
Update max-age in HSTS sample (vercel#27452)
The previous paragraph mentions a max-age of 2 years, so the number of seconds should match.
1 parent 9065cdf commit fac083b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-features/security-headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you're deploying to [Vercel](https://vercel.com/docs/edge-network/headers#str
4848
```jsx
4949
{
5050
key: 'Strict-Transport-Security',
51-
value: 'max-age=31536000; includeSubDomains; preload'
51+
value: 'max-age=63072000; includeSubDomains; preload'
5252
}
5353
```
5454

0 commit comments

Comments
 (0)