Skip to content

Instantly share code, notes, and snippets.

@gobinathm
Created May 8, 2014 09:11
Show Gist options
  • Save gobinathm/fb1eeab216ed512b07e5 to your computer and use it in GitHub Desktop.
Save gobinathm/fb1eeab216ed512b07e5 to your computer and use it in GitHub Desktop.
Fix for CWE-79 OWASP - Cross-Site Scripting Vulnerability on apache server using .htaccess
<IfModule headers_module>
Header set X-Content-Type-Options nosniff
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment