-
Notifications
You must be signed in to change notification settings - Fork 1
/
vercel.json
38 lines (37 loc) · 1.39 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
34
35
36
37
38
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-DNS-Prefetch-Control",
"value": "on"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=63072000; includeSubDomains; preload"
},
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=()"
},
{
"key": "Referrer-Policy",
"value": "origin-when-cross-origin"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; connect-src 'self' https://api.morekudos.com/ https://www.google-analytics.com/; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://va.vercel-scripts.com/ https://www.google-analytics.com/ https://tagmanager.google.com/ https://www.googletagmanager.com/; style-src 'self' 'unsafe-inline'; img-src 'self' https://cryptologos.cc/ https://avatars.githubusercontent.com/ blob: data:; font-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'none'; block-all-mixed-content; upgrade-insecure-requests;"
}
]
}
]
}