blob: e50b87a79008c5564d9a0d5f4569e36a3ea65804 [file] [log] [blame]
<?php
header("Content-Security-Policy: default-src 'self'; report-uri ../resources/save-report.php");
?>
<!DOCTYPE html>
<html>
<body>
<script>
// This script block will trigger a violation report.
alert('FAIL');
</script>
<script src="../resources/go-to-echo-report.js"></script>
</body>
</html>