OLD | NEW |
1 CONSOLE MESSAGE: The 'reflected-xss' Content Security Policy directive has the i
nvalid value "". Valid values are "allow", "filter", and "block". | 1 CONSOLE ERROR: The 'reflected-xss' Content Security Policy directive has the inv
alid value "". Valid values are "allow", "filter", and "block". |
2 CONSOLE MESSAGE: line 4: The XSS Auditor refused to execute a script in 'http://
localhost:8000/security/xssAuditor/resources/echo-intertag.pl?csp=_empty_&q=%3Cs
cript%3Ealert(String.fromCharCode(0x58,0x53,0x53))%3C/script%3E' because its sou
rce code was found within the request. The auditor was enabled as the server sen
t neither an 'X-XSS-Protection' nor 'Content-Security-Policy' header. | 2 CONSOLE ERROR: line 4: The XSS Auditor refused to execute a script in 'http://lo
calhost:8000/security/xssAuditor/resources/echo-intertag.pl?csp=_empty_&q=%3Cscr
ipt%3Ealert(String.fromCharCode(0x58,0x53,0x53))%3C/script%3E' because its sourc
e code was found within the request. The auditor was enabled as the server sent
neither an 'X-XSS-Protection' nor 'Content-Security-Policy' header. |
3 Tests that 'Content-Security-Policy: reflected-xss' enables the XSSAuditor. This
test passes if a console message is generated, and the script is blocked. | 3 Tests that 'Content-Security-Policy: reflected-xss' enables the XSSAuditor. This
test passes if a console message is generated, and the script is blocked. |
4 | 4 |
5 | 5 |
OLD | NEW |