X-Content-Type-Options-Vulnerability/EN/Solution Tips: Unterschied zwischen den Versionen

Aus Siwecos
Wechseln zu: Navigation, Suche
Zeile 8: Zeile 8:
 
'''—snap'''
 
'''—snap'''
  
Here is an example of an .htaccess file which will set the '''HTTP-Security-Header-Scanner''' to green.
+
Here is an example of an .htaccess file which will set the '''Header Scanner''' to green.
 
([[Htaccess|.htaccess example (German only]])
 
([[Htaccess|.htaccess example (German only]])

Version vom 12. März 2019, 11:45 Uhr

nosniff;

Code example of an .htaccess file on an Apache webserver.

--snip

<IfModule mod_headers.c>
   # prevent mime based attacks like drive-by download attacks, IE and Chrome
   '''Header set X-Content-Type-Options "nosniff"'''
<pre></IfModule>

—snap

Here is an example of an .htaccess file which will set the Header Scanner to green. (.htaccess example (German only)