-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
vercel.json
80 lines (80 loc) · 4.43 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"framework": "astro",
"cleanUrls": true,
"trailingSlash": false,
"headers": [
{
"source": "/service-worker.js",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=0, must-revalidate"
}
]
},
{
"source": "/(.*)",
"headers": [
{
"key": "Content-Security-Policy",
"value": "base-uri 'self'; font-src 'self' data: https://*.resurse.dev https://assets.vercel.com; form-action 'self' https://resurse.dev https://*.resurse.dev; frame-ancestors 'self' https://*.resurse.dev; img-src 'self' https: data: https://*.resurse.dev; media-src 'self' https: data: https://*.resurse.dev https://*.youtube.com https://*.youtube-nocookie.com; object-src 'none'; script-src-attr 'none'; style-src 'self' https://*.resurse.dev https://resurse.dev 'unsafe-inline'; script-src 'self' 'unsafe-inline' https://eu.i.posthog.com https://*.posthog.com https://mir.aculo.us https://*.resurse.dev https://*.simpleanalyticscdn.com/ https://*.googletagmanager.com https://*.google-analytics.com https://*.google.com https://*.googleadservices.com https://vercel.live https://cdn.vercel-insights.com https://va.vercel-scripts.com https://*.sentry.com https://*.sentry-cdn.com https://*.usefathom.com; upgrade-insecure-requests; default-src 'self' https://*.resurse.dev; worker-src 'self' blob:; connect-src 'self' ws: wss: https://eu.i.posthog.com https://*.posthog.com https://*.resurse.dev https://*.simpleanalyticscdn.com https://google-analytics.com https://*.google-analytics.com https://analytics.google.com https://*.analytics.google.com https://googletagmanager.com https://*.googletagmanager.com https://stats.g.doubleclick.net https://adservice.google.com https://www.google.co.in https://www.google.com https://www.google.id https://www.google.com.br https://www.google.co.uk https://www.google.ca https://www.google.com.au https://www.google.ro https://vitals.vercel-insights.com https://vitals.vercel-analytics.com https://vercel.live https://*.sentry.io https://*.usefathom.com; frame-src 'self' https://*.resurse.dev https://*.googletagmanager.com https://*.youtube.com https://*.youtube-nocookie.com https://td.doubleclick.net https://vars.hotjar.com https://vercel.live https://*.linkedin.com; report-uri https://o4506599007911936.ingest.sentry.io/api/4506661195808768/security/?sentry_key=344f761c5efeb4b9ea6b08942c01f5b6&sentry_environment=production;"
},
{
"key": "Permissions-Policy",
"value": "accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(self), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(self), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(self), usb=(), web-share=(self), xr-spatial-tracking=(), clipboard-read=(self), clipboard-write=(self), gamepad=(), speaker-selection=(self), conversion-measurement=(self), focus-without-user-activation=(), hid=(self), idle-detection=(), interest-cohort=(), serial=(), sync-script=()"
},
{
"key": "Access-Control-Allow-Origin",
"value": "https://resurse.dev, https://*.resurse.dev, https://*.simpleanalyticscdn.com, https://vercel.live, https://*.vercel-insights.com, https://*.vercel-scripts.com, https://*.sentry.com, https://*.sentry-cdn.com"
},
{
"key": "Access-Control-Allow-Methods",
"value": "GET, POST, OPTIONS"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=63072000; includeSubDomains; preload"
},
{
"key": "Referrer-Policy",
"value": "no-referrer, same-origin, origin-when-cross-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Cross-Origin-Opener-Policy",
"value": "same-origin"
},
{
"key": "Cross-Origin-Embedder-Policy",
"value": "credentialless"
},
{
"key": "Cross-Origin-Resource-Policy",
"value": "same-origin"
}
]
}
],
"redirects": [
{
"source": "/old-url-path/",
"destination": "/new-url-path",
"permanent": true
},
{
"source": "/view-source",
"destination": "https://github.com/ViorelMocanu/digital-resources"
}
]
}