1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2024-09-19 14:54:53 +00:00
now-playing/netlify.toml
2019-12-04 00:03:24 +01:00

14 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"