1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/base/test/csp/file_bug886164_4.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<html> 1.5 +<head> <meta charset="utf-8"> </head> 1.6 + <body> 1.7 + <!-- sandbox --> 1.8 + <!-- Content-Security-Policy: default-src 'none' --> 1.9 + 1.10 + <!-- these should be stopped by CSP --> 1.11 + <img src="http://example.org/tests/content/base/test/csp/file_CSP.sjs?testid=img4_bad&type=img/png"> </img> 1.12 + <img src="/tests/content/base/test/csp/file_CSP.sjs?testid=img4a_bad&type=img/png" /> 1.13 + 1.14 + </body> 1.15 +</html>