mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 22:31:53 +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]
|
[headers.values]
|
||||||
X-Frame-Options = "DENY"
|
X-Frame-Options = "DENY"
|
||||||
X-XSS-Protection = "1; mode=block"
|
X-XSS-Protection = "1; mode=block"
|
||||||
|
X-Content-Type-Options = "nosniff"
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/musics"
|
from = "/musics"
|
||||||
|
|
Loading…
Reference in a new issue