OLD | NEW |
1 <script src="resources/report-test.js"></script> | 1 <script src="resources/report-test.js"></script> |
2 <meta http-equiv="Content-Security-Policy-Report-Only" content="img-src 'none';
report-uri resources/save-report.php"> | 2 <meta http-equiv="Content-Security-Policy-Report-Only" content="img-src 'none';
report-uri resources/save-report.php?test=report-blocked-uri.html"> |
3 The URI of this image should show up in the violation report. | 3 The URI of this image should show up in the violation report. |
4 <img src="../resources/abe.png#the-fragment-should-not-be-in-report"> | 4 <img src="../resources/abe.png#the-fragment-should-not-be-in-report"> |
5 <script src="resources/go-to-echo-report.js"></script> | 5 <script src="resources/go-to-echo-report.js"></script> |
OLD | NEW |