1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00
now-playing/netlify.toml
2019-12-04 00:03:24 +01:00

15 lines
252 B
TOML

[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
[[redirects]]
from = "/musics"
to = "/"
[[redirects]]
from = "/page:*"
to = "/page/:splat"