mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
13 lines
398 B
HTML
13 lines
398 B
HTML
<html>
|
|
<head> <meta charset="utf-8"> </head>
|
|
<body>
|
|
<!-- sandbox -->
|
|
<!-- Content-Security-Policy: default-src 'none' -->
|
|
|
|
<!-- these should be stopped by CSP -->
|
|
<img src="http://example.org/tests/content/base/test/csp/file_CSP.sjs?testid=img3_bad&type=img/png"> </img>
|
|
<img src="/tests/content/base/test/csp/file_CSP.sjs?testid=img3a_bad&type=img/png" />
|
|
|
|
</body>
|
|
</html>
|