Sign in
webkit
/
WebKit
/
fdc942c5052133d9f3534312553b7ba8c309c092
/
.
/
LayoutTests
/
http
/
tests
/
security
/
contentSecurityPolicy
/
report-uri-from-javascript.php
blob: 802d02d91b28694c5622aa577b6ebb8faa55360d [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Security-Policy: img-src 'none'; report-uri resources/save-report.php"
);
?>
<!DOCTYPE html>
<html>
<body>
<script
src
=
"resources/inject-image.js"
></script>
<script
src
=
"resources/go-to-echo-report.js"
></script>
</body>
</html>