Sign in
webkit
/
WebKit
/
73166803e17462cdb46991027e69322d26c8a199
/
.
/
LayoutTests
/
http
/
tests
/
security
/
contentSecurityPolicy
/
report-uri.php
blob: ee113b6f3689c92edb2cd7dd2ef78434263cd27f [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Security-Policy: script-src 'self'; report-uri resources/save-report.php"
);
?>
<script>
// This script block will trigger a violation report.
alert
(
'FAIL'
);
</script>
<script
src
=
"resources/go-to-echo-report.js"
></script>