-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
16 lines (15 loc) · 1.59 KB
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
# Add security headers
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "strict-origin-when-cross-origin"
Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.push-the-button.app *.netlify.app *.cloudflareinsights.com; style-src 'self' 'unsafe-inline' *.push-the-button.app *.netlify.app; img-src 'self' data: blob: *.push-the-button.app *.netlify.app; connect-src 'self' *.push-the-button.app *.netlify.app api.bittails.io api.whatsonchain.com https://arc.taal.com/v1/tx https://api.bitails.io *.cloudflareinsights.com; font-src 'self' *.push-the-button.app *.netlify.app; frame-ancestors 'none';"
Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"
Permissions-Policy = "accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=(), clipboard-read=(), gamepad=(), speaker-selection=(), conversion-measurement=(), focus-without-user-activation=(), hid=(), idle-detection=(), interest-cohort=(), serial=(), trust-token-redemption=(), window-placement=(), vertical-scroll=()"