mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 15:11:53 +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]]
|
||||
from = "/musics"
|
||||
to = "/"
|
||||
|
|
Loading…
Reference in a new issue