blob: 553633740a226fd23145cea4f9437398b1a4ec12 [file] [log] [blame]
<?php
header("Content-Security-Policy: img-src http://* https://*; script-src 'self' 'unsafe-inline';, img-src http://*; script-src 'self' 'unsafe-inline';");
?>
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<img src="ftp://blah.test" />
</body>
</html>