-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvercel.json
More file actions
26 lines (26 loc) · 991 Bytes
/
vercel.json
File metadata and controls
26 lines (26 loc) · 991 Bytes
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
{
"redirects": [
{
"source": "/.well-known/farcaster.json",
"destination": "https://api.farcaster.xyz/miniapps/hosted-manifest/019a7142-cfdf-d94a-2956-01d2c7145ce9",
"permanent": false
}
],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Content-Security-Policy",
"value": "default-src * 'unsafe-inline' 'unsafe-eval' data: blob:; frame-ancestors https://farcaster.xyz https://*.farcaster.xyz https://*.warpcast.com https://miniapps.farcaster.xyz;"
},
{ "key": "X-Frame-Options", "value": "ALLOWALL" },
{ "key": "Cross-Origin-Opener-Policy", "value": "same-origin-allow-popups" },
{ "key": "Cross-Origin-Embedder-Policy", "value": "unsafe-none" },
{ "key": "Cross-Origin-Resource-Policy", "value": "cross-origin" },
{ "key": "Referrer-Policy", "value": "no-referrer" },
{ "key": "Cache-Control", "value": "public, max-age=3600" }
]
}
]
}