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