mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 15:31:52 +00:00
add MIME Sniffing protection header
This commit is contained in:
parent
9f0ede351b
commit
29d0950484
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
[headers.values]
|
||||
X-Frame-Options = "DENY"
|
||||
X-XSS-Protection = "1; mode=block"
|
||||
X-Content-Type-Options = "nosniff"
|
||||
|
||||
[[redirects]]
|
||||
from = "/musics"
|
||||
|
|
Loading…
Reference in a new issue