XSS-Vulnerability/EN/Solution Tips: Unterschied zwischen den Versionen

Aus Siwecos
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
 
'''—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:47 Uhr

1; mode=block

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

--snip

   # Turn on XSS prevention tools, activated by default in IE and Chrome
   '''Header set X-XSS-Protection "1; mode=block"'''

—snap

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