| Current Path : /home/j/u/l/julesbu/www/wp-content/plugins/sg-security/templates/ |
| Current File : /home/j/u/l/julesbu/www/wp-content/plugins/sg-security/templates/xss-headers.tpl |
# SGS XSS Header Service
<IfModule mod_headers.c>
# SGS XSS
Header always set X-Content-Type-Options "nosniff"
Header set X-XSS-Protection "1; mode=block"
# SGS XSS END
</IfModule>
# SGS XSS Header Service END