forked from getsentry/develop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vercel.json
44 lines (44 loc) · 1.35 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
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "sameorigin"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Content-Security-Policy",
"value": "upgrade-insecure-requests; default-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src 'self' sentry.io o1.ingest.sentry.io *.algolia.net *.algolianet.com *.algolia.io; img-src * 'self' data: img.shields.io mermaid.ink user-images.githubusercontent.com; style-src 'self' 'unsafe-inline'; font-src 'self'; report-uri https://o1.ingest.sentry.io/api/4506631158300672/security/?sentry_key=172ccfe8cd81bc3b72479b556b0de3c4"
},
{
"key": "Document-Policy",
"value": "js-profiling"
}
]
}
],
"redirects": [
{
"source": "/sdk/unified-api/tracing/(.*)",
"destination": "/sdk/performance/$1"
},
{ "source": "/onpremise/(.*)", "destination": "/self-hosted/$1" },
{
"source": "/self-hosted/mail(.*)",
"destination": "/self-hosted/email$1"
},
{
"source": "/processing-tickets(/?)",
"destination": "https://open.sentry.io/triage/"
}
]
}