file_sandbox_10.html (466B)
1 <html> 2 <head> <meta charset="utf-8"> </head> 3 <body> 4 <!-- Content-Security-Policy: default-src 'none'; sandbox --> 5 6 <!-- these should be stopped by CSP --> 7 <img src="http://example.org/tests/dom/security/test/csp/file_CSP.sjs?testid=img10_bad&type=img/png"> </img> 8 <img src="/tests/dom/security/test/csp/file_CSP.sjs?testid=img10a_bad&type=img/png" /> 9 <script src='/tests/dom/security/test/csp/file_sandbox_fail.js'></script> 10 11 </body> 12 </html>