-
Notifications
You must be signed in to change notification settings - Fork 6
/
vercel.json
33 lines (33 loc) · 1.66 KB
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=63072000; includeSubDomains; preload"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; font-src 'self' data: https://vercel.live; img-src 'self' data: www.googletagmanager.com https://vercel.com *.amazonaws.com; style-src 'self' 'unsafe-inline' https://vercel.live; frame-src https://vercel.live; script-src 'self' unpkg.com static.cloudflareinsights.com https://www.googletagmanager.com https://vercel.live https://www.google-analytics.com; connect-src node.justbonfire.com https://vercel.live https://cloudflareinsights.com *.google-analytics.com"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "Permissions-Policy",
"value": "accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=()"
}
]
}
]
}