forked from jakearchibald/svgomg
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
vercel.json
47 lines (47 loc) · 1.67 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
39
40
41
42
43
44
45
46
47
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"outputDirectory": "build",
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "https://omfg.svg.beauty"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'none'; frame-src 'self'; connect-src 'self' https://lb1.beamanalytics.io; font-src 'self'; img-src 'self' data:; script-src 'self' 'unsafe-inline' https://beamanalytics.b-cdn.net; style-src 'self' 'unsafe-inline'; base-uri 'self'; frame-ancestors 'none'; block-all-mixed-content; form-action 'none'; manifest-src 'self';"
},
{
"key": "Feature-Policy",
"value": "camera=(), encrypted-media=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), sync-xhr=(), usb=(), xr-spatial-tracking=(), geolocation=()"
},
{
"key": "Permissions-Policy",
"value": "camera=(), encrypted-media=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), sync-xhr=(), usb=(), xr-spatial-tracking=(), geolocation=()"
},
{
"key": "Referrer-Policy",
"value": "strict-origin-when-cross-origin"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=63072000; includeSubDomains; preload"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "X-XSS-Protection",
"value": "0"
}
]
}
]
}