mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-12-21 11:21:56 +00:00
add xss-protection + iframe protection headers
This commit is contained in:
parent
9f9b674f81
commit
8686ebfd91
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
[[headers]]
|
||||||
|
for = "/*"
|
||||||
|
[headers.values]
|
||||||
|
X-Frame-Options = "DENY"
|
||||||
|
X-XSS-Protection = "1; mode=block"
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/musics"
|
from = "/musics"
|
||||||
to = "/"
|
to = "/"
|
||||||
|
|
Loading…
Reference in a new issue