forked from Uniswap/interface
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcsp.json
More file actions
75 lines (75 loc) · 1.89 KB
/
csp.json
File metadata and controls
75 lines (75 loc) · 1.89 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
70
71
72
73
74
75
{
"defaultSrc": [
"'self'"
],
"scriptSrc": [
"'self'",
"data:",
"'wasm-unsafe-eval'",
"'unsafe-eval'",
"https://translate.googleapis.com/"
],
"styleSrc": [
"'self'",
"'unsafe-inline'"
],
"imgSrc": [
"*",
"blob:",
"data:"
],
"frameSrc": [
"'self'",
"https://buy.moonpay.com/",
"https://verify.walletconnect.com/",
"https://verify.walletconnect.org/"
],
"connectSrc": [
"'self'",
"blob:",
"data:",
"https://*.coinbase.com",
"https://*.coingecko.com/",
"https://*.coinmarketcap.com/",
"https://*.walletconnect.com",
"https://gateway.ipfs.io/",
"https://ipfs.io/",
"https://vercel.com",
"https://vercel.live/",
"https://api.testnet.abs.xyz",
"https://apiv1.reservoir.w3us.site",
"https://apiv2.reservoir.w3us.site",
"https://apiv1.staging.reservoir.w3us.site",
"https://apiv2.staging.reservoir.w3us.site",
"https://api.testnets.relay.link",
"https://api.relay.link",
"https://static.optimism.io",
"https://assets.relay.link",
"https://rpc.zerion.io/v1/zero",
"https://zero.drpc.org",
"https://rpc.zero.network",
"https://rpc.gobob.xyz",
"https://cyber.alt.technology/",
"https://*.infura.io/v3/",
"wss://relay.walletconnect.com",
"wss://relay.walletconnect.org",
"https://mainnet.shape.network",
"https://assets.relay.link",
"https://coin-images.coingecko.com",
"https://raw.githubusercontent.com",
"https://rpc.redstonechain.com",
"https://rpc-gel.inkonchain.com",
"https://1rpc.io/*",
"https://rpc-animechain-39xf6m45e3.t.conduit.xyz",
"https://*.swap.w3us.site",
"https://raw.githubusercontent.com/protofire/token-list/*",
"https://auth.privy.io",
"https://api.mainnet.abs.xyz",
"https://*.sakuraswap.com",
"https://sakuraswap.com"
],
"workerSrc": [
"'self'",
"blob:"
]
}