blob: 6a95cb6a95de0335c6ef4d38c940c83e677689c1 [file] [log] [blame]
<?php
header("Content-Security-Policy: img-src 'self';");
?>
<!DOCTYPE html>
<html>
<body>
<h2>Webpage with blocked image source issue</h2>
<div> <img src="https://thirdparty.test/network/resources/to-be-blocked.jpg" style="width:500px" alt="Image blocked|CSP violation"></div>
</body>
</html>