Skip to content

Commit 4b59e20

Browse files
k-taro56ndom91
andauthored
chore(docs): Add Strict-Transport-Security header to vercel.json (#11372)
Co-authored-by: Nico Domino <[email protected]>
1 parent 4bc6708 commit 4b59e20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/vercel.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"headers": [
88
{ "key": "X-Content-Type-Options", "value": "nosniff" },
99
{ "key": "X-Frame-Options", "value": "DENY" },
10-
{ "key": "X-XSS-Protection", "value": "1; mode=block" }
10+
{ "key": "X-XSS-Protection", "value": "1; mode=block" },
11+
{
12+
"key": "Strict-Transport-Security",
13+
"value": "max-age=31536000; includeSubDomains; preload"
14+
}
1115
]
1216
}
1317
],

0 commit comments

Comments
 (0)