Skip to content

Commit 4b075d4

Browse files
authored
Merge pull request #718 from hirosystems/chore/add-security-headers
Add Security Headers to Improve Site Protection
2 parents a259cb8 + 5fcb7ac commit 4b075d4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

vercel.json

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"cleanUrls": true,
3+
"headers": [
4+
{
5+
"source": "/(.*)",
6+
"headers": [
7+
{
8+
"key": "Cross-Origin-Opener-Policy",
9+
"value": "same-origin"
10+
}
11+
]
12+
}
13+
],
314
"redirects": [
415
{
516
"source": "/",

0 commit comments

Comments
 (0)