-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnetlify.toml
36 lines (35 loc) · 992 Bytes
/
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
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = '''
https://staking.atom.one,
'''
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://atomone-rpc.allinbits.com https://atomone-api.allinbits.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=()'''