Set X-XSS-Protection header

This commit is contained in:
Jeroen Geusebroek 2021-11-12 15:47:19 +01:00
parent 5ea2fbc745
commit 7614e1c7b2

View File

@ -1,5 +1,6 @@
ServerTokens Prod
Header set X-Frame-Options: "sameorigin"
Header always set X-XSS-Protection "1; mode=block"
<VirtualHost *:80>
ServerAdmin _