1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-26 19:01:37 +00:00

add xss-protection + iframe protection headers

This commit is contained in:
Tixie 2019-12-03 23:58:01 +01:00
parent 9f9b674f81
commit 8686ebfd91

View file

@ -1,3 +1,9 @@
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
[[redirects]]
from = "/musics"
to = "/"