OLD | NEW |
| 1 <script src="resources/report-test.js"></script> |
1 <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"> |
2 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. |
3 <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"> |
4 <script src="resources/go-to-echo-report.js"></script> | 5 <script src="resources/go-to-echo-report.js"></script> |
OLD | NEW |