-
-
Notifications
You must be signed in to change notification settings - Fork 291
Expand file tree
/
Copy pathvercel.json
More file actions
28 lines (28 loc) · 1.67 KB
/
Copy pathvercel.json
File metadata and controls
28 lines (28 loc) · 1.67 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
{
"headers": [
{
"source": "/(.*)",
"headers": [
{"key": "X-Frame-Options", "value": "SAMEORIGIN"},
{"key": "X-Content-Type-Options", "value": "nosniff"},
{"key": "Referrer-Policy", "value": "strict-origin-when-cross-origin"},
{
"key": "Permissions-Policy",
"value": "camera=(), microphone=(), geolocation=()"
},
{
"key": "Content-Security-Policy-Report-Only",
"value": "default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com https://connect.facebook.net https://www.clarity.ms https://*.clarity.ms https://telemetry.keploy.io https://assets.apollo.io https://*.algolia.net https://*.algolianet.com https://chatwoot.keploy.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; img-src 'self' data: https:; connect-src 'self' https://www.google-analytics.com https://*.google-analytics.com https://www.googletagmanager.com https://connect.facebook.net https://www.facebook.com https://*.clarity.ms https://telemetry.keploy.io https://keploy.io https://assets.apollo.io https://*.algolia.net https://*.algolianet.com https://chatwoot.keploy.io wss://chatwoot.keploy.io; frame-src 'self' https://www.youtube.com https://www.youtube-nocookie.com https://chatwoot.keploy.io; upgrade-insecure-requests"
}
]
},
{
"source": "/docs/1.0.0/(.*)",
"headers": [{"key": "X-Robots-Tag", "value": "noindex, nofollow"}]
},
{
"source": "/docs/2.0.0/(.*)",
"headers": [{"key": "X-Robots-Tag", "value": "noindex, nofollow"}]
}
]
}