-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvercel.json
More file actions
69 lines (69 loc) · 2.95 KB
/
vercel.json
File metadata and controls
69 lines (69 loc) · 2.95 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; connect-src 'self' blob: https://*.backblaze.com https://*.backblazeb2.com https://polygon.llamarpc.com/ https://rpc-mainnet.maticvigil.com/v1/365671dc096a69294a6b66488b9fac7eb48597db https://polygon-mainnet.infura.io/v3/36ed9f82c3344690acdf8cc12ebcfc6c wss://ambr.link https://*.ipfs.w3s.link/ https://*.ipfs.dweb.link/ https://api.pinata.cloud/ https://*.stripe.com/* https://js.stripe.com/v3 https://js.stripe.com/v3/fingerprinted/js/trusted-types-checker-239db17d86d6320632b024ca9e43ba9c.js https://js.stripe.com/v3/fingerprinted/* https://*.publicnode.com/ https://www.youtube.com/iframe_api https://*.youtube.com/* https://www.youtube.com/*/*/*/*/*.js https://www.youtube.com/s/player/*/www-widgetapi.vflset/www-widgetapi.js https://vercel.live/api/* https://vercel.live/api/event/tick vitals.vercel-insights.com https://vercel.live/_next-live/feedback/feedback.js; img-src 'self' 'self' blob: data: https://*; media-src 'self' blob: https://*; object-src 'none'; style-src 'self' 'unsafe-inline'; base-uri 'none'; frame-ancestors 'self'; form-action 'self'; script-src-elem 'self' https://* https://vercel.live/* https://js.stripe.com/v3/* 'sha256-vd3qp8D6kDw2J5+y5aDLMqG5U+o0U3Nbj5Wv9vUfR0M=' 'sha256-6aqHeH+fPf3zrvb0FshKHEniv3fUitTOM5Bz5Vc0blc=' 'sha256-Uj8b+yKs2ZZ7SH/GTYSY86Fs61OGVcbeO81VN+uwIBY='; frame-src 'self' https://* https://auth.magic.link https://js.stripe.com https://ipfs.io https://vercel.live/ https://vercel.com;"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{ "key": "Access-Control-Allow-Credentials", "value": "true" },
{ "key": "Access-Control-Allow-Origin", "value": "*" },
{
"key": "Access-Control-Allow-Methods",
"value": "GET,OPTIONS,PATCH,DELETE,POST,PUT"
},
{
"key": "Access-Control-Allow-Headers",
"value": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"
}
]
},
{
"source": "/service-worker.js",
"headers": [
{
"key": "Content-Security-Policy",
"value": "connect-src *;"
},
{
"key": "Cache-Control",
"value": "public, max-age=3600, stale-while-revalidate=604800"
}
]
},
{
"source": "/api/payment-outcome",
"has": [
{
"type": "query",
"key": "authorized"
}
],
"headers": [
{
"key": "x-authorized",
"value": "true"
}
]
}
],
"crons": [
{
"path": "/api/cron",
"schedule": "0 0 * * *"
}
]
}