OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script> | 4 <script> |
5 if (window.testRunner) { | 5 if (window.testRunner) { |
6 testRunner.dumpAsText(); | 6 testRunner.dumpAsText(); |
7 testRunner.setXSSAuditorEnabled(true); | 7 testRunner.setXSSAuditorEnabled(true); |
8 } | 8 } |
9 </script> | 9 </script> |
10 </head> | 10 </head> |
11 <body> | 11 <body> |
12 <iframe src="http://localhost:8000/security/xssAuditor/resources/echo-head-base- href.pl?q=<base href='//127.0.0.1:8000/security/xssAuditor/resources/base-href/' >"> | 12 <iframe src="http://localhost:8000/security/xssAuditor/resources/echo-head-base- href.pl?q=<base href=http://127.0.0.1:8000/security/xssAuditor/resources/base-hr ef/"> |
13 </iframe> | 13 </iframe> |
14 </body> | 14 </body> |
15 </html> | 15 </html> |
OLD | NEW |