forked from across-protocol/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vercel.json
41 lines (41 loc) · 1.83 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
{
"headers": [
{
"source": "/(.*)",
"headers" : [
{
"key" : "X-Content-Type-Options",
"value" : "nosniff"
},
{
"key" : "X-Frame-Options",
"value" : "DENY"
},
{
"key" : "X-XSS-Protection",
"value" : "1; mode=block"
},
{
"key" : "Referrer-Policy",
"value" : "strict-origin"
},
{
"key" : "Permissions-Policy",
"value" : "geolocation=(self), microphone=(), camera=()"
},
{
"key" : "Content-Security-Policy-Report-Only",
"value" : "default-src 'self' api.across.to across.to wss://api.blocknative.com; font-src 'self' fonts.gstatic.com assets.vercel.com data:; img-src 'self' registry.walletconnect.org assets.vercel.com data:; connect-src wss://*.bridge.walletconnect.org wss://api.blocknative.com mainnet.infura.io dev.api.across.to api.across.to across.to across.matomo.cloud mainnet.boba.network *.wallet.coinbase.com *.alchemy.com *.infura.io api2.amplitude.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' platform.twitter.com vercel.live across.matomo.cloud; style-src 'self' 'unsafe-inline'; frame-src 'self' vercel.live platform.twitter.com; frame-ancestors 'self'; report-uri https://umaproject.uriports.com/reports/report; report-to default"
},
{
"key" : "Report-To",
"value" : "{\"group\":\"default\",\"max_age\":10886400,\"endpoints\":[{\"url\":\"https://umaproject.uriports.com/reports\"}],\"include_subdomains\":false}"
},
{
"key" : "NEL",
"value" : "{\"report_to\":\"default\",\"max_age\":2592000,\"include_subdomains\":true,\"failure_fraction\":0.5}"
}
]
}
]
}