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