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