mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
8 lines
272 B
HTML
8 lines
272 B
HTML
<meta http-equiv="Content-Security-Policy" content="script-src 'self'; report-uri save-report.php?test=generate-csp-report.html">
|
|
<script>
|
|
// This script block will trigger a violation report.
|
|
alert('FAIL');
|
|
|
|
</script>
|
|
<script src="go-to-echo-report.js"></script>
|