-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
46 lines (43 loc) · 1.48 KB
/
netlify.toml
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
[context.deploy-preview.environment]
VITE_GRAPHQL_ENDPOINT = "https://graphql-atomone-mainnet.allinbits.services/v1/graphql"
VITE_CHAIN_ID = "atomone-1"
VITE_RPC = "https://atomone-rpc.allinbits.com/"
VITE_API = "https://atomone-api.allinbits.com/"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = '''
https://gov.atom.one,
https://graphql-atomone-mainnet.allinbits.services
https://githubusercontent.com
https://avatars.githubusercontent.com
'''
Strict-Transport-Security = "max-age=31536000; includeSubDomains"
Content-Security-Policy = "default-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; script-src 'self' 'wasm-unsafe-eval'; object-src 'none'; img-src 'self' data: https:; connect-src https://graphql-atomone-mainnet.allinbits.services/v1/graphql https://atomone-rpc.allinbits.com https://plausible.io/api/event githubusercontent.com *.githubusercontent.com"
X-Frame-Options = "SAMEORIGIN"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "strict-origin"
X-XSS-Protection = "1; mode=block"
Set-Cookie = '''
Secure,
SameSite'''
permissions-policy = '''
interest-cohort=(),
accelerometer=(),
autoplay=(),
camera=(),
autoplay=(),
document-domain=(),
encrypted-media=(),
geolocation=(),
gyroscope=(),
magnetometer=(),
microphone=(),
midi=(),
payment=(),
usb=(),
xr-spatial-tracking=()'''