Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
http
/
tests
/
security
/
contentSecurityPolicy
/
report-uri.html
blob: 2ae0165f4afa3bc899002a81d8fcc45cd26b7688 [
file
] [
log
] [
blame
]
<meta
http-equiv
=
"X-WebKit-CSP"
content
=
"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>