mirror of
https://github.com/jgeusebroek/docker-spotweb.git
synced 2025-08-06 21:28:28 +02:00
Set X-XSS-Protection header
This commit is contained in:
@@ -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 _
|
||||||
|
Reference in New Issue
Block a user