forked from KittyCAD/modeling-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
53 lines (53 loc) · 2.07 KB
/
vercel.json
File metadata and controls
53 lines (53 loc) · 2.07 KB
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
48
49
50
51
52
53
{
"version": 2,
"git": {
"deploymentEnabled": {
"main": false,
"staging": true
}
},
"headers": [
{
"source": "/(.*)",
"has": [
{
"type": "host",
"value": "app.zoo.dev"
}
],
"headers": [
{
"key": "Reporting-Endpoints",
"value": "csp-reporting-endpoint=\"https://csp-logger.vercel.app/csp-report\""
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src * blob: data: 'unsafe-inline'; connect-src 'self' https://plausible.corp.zoo.dev https://api.zoo.dev wss://api.zoo.dev https://api.dev.zoo.dev wss://api.dev.zoo.dev https://api.zoogov.dev wss://api.zoogov.dev; object-src 'none'; frame-ancestors 'none'; script-src 'self' 'wasm-unsafe-eval' https://plausible.corp.zoo.dev/js/script.tagged-events.js; report-uri https://csp-logger.vercel.app/csp-report; report-to csp-reporting-endpoint;"
}
]
},
{
"source": "/(.*)",
"missing": [
{
"type": "host",
"value": "app.zoo.dev"
}
],
"headers": [
{
"key": "X-Robots-Tag",
"value": "noindex"
},
{
"key": "Reporting-Endpoints",
"value": "csp-reporting-endpoint=\"https://csp-logger.vercel.app/csp-report\""
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src * blob: data: 'unsafe-inline'; connect-src 'self' https://plausible.corp.zoo.dev https://api.zoo.dev wss://api.zoo.dev https://api.dev.zoo.dev wss://api.dev.zoo.dev https://api.zoogov.dev wss://api.zoogov.dev; object-src 'none'; frame-ancestors 'none'; frame-src 'self' https://vercel.live; script-src 'self' 'wasm-unsafe-eval' https://plausible.corp.zoo.dev/js/script.tagged-events.js https://vercel.live/_next-live/feedback/feedback.js 'unsafe-eval'; report-uri https://csp-logger.vercel.app/csp-report; report-to csp-reporting-endpoint;"
}
]
}
]
}