mirror of
https://github.com/jgeusebroek/docker-spotweb.git
synced 2025-06-06 15:47:22 +02:00
Set X-XSS-Protection header
This commit is contained in:
parent
5ea2fbc745
commit
7614e1c7b2
@ -1,5 +1,6 @@
|
|||||||
ServerTokens Prod
|
ServerTokens Prod
|
||||||
Header set X-Frame-Options: "sameorigin"
|
Header set X-Frame-Options: "sameorigin"
|
||||||
|
Header always set X-XSS-Protection "1; mode=block"
|
||||||
|
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerAdmin _
|
ServerAdmin _
|
||||||
|
Loading…
x
Reference in New Issue
Block a user