Blame view

doc/platform/apache/07 mod_headers.txt 173 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
  <IfModule headers_module>
      Header set X-Content-Type-Options nosniff
      Header set X-Frame-Options SAMEORIGIN
      Header set X-XSS-Protection "1; mode=block"
  </IfModule>