blob: 802d02d91b28694c5622aa577b6ebb8faa55360d [file] [log] [blame]
<?php
header("Content-Security-Policy: img-src 'none'; report-uri resources/save-report.php");
?>
<!DOCTYPE html>
<html>
<body>
<script src="resources/inject-image.js"></script>
<script src="resources/go-to-echo-report.js"></script>
</body>
</html>