mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 15:11:53 +00:00
13 lines
213 B
TOML
13 lines
213 B
TOML
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
X-Frame-Options = "DENY"
|
|
X-XSS-Protection = "1; mode=block"
|
|
|
|
[[redirects]]
|
|
from = "/musics"
|
|
to = "/"
|
|
|
|
[[redirects]]
|
|
from = "/page:*"
|
|
to = "/page/:splat"
|