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-cross-origin.html"> |
3 The origin of this image should show up in the violation report. | 3 The origin of this image should show up in the violation report. |
4 <img src="http://localhost:8080/security/resources/abe.png"> | 4 <img src="http://localhost:8080/security/resources/abe.png"> |
5 <script src="resources/go-to-echo-report.js"></script> | 5 <script src="resources/go-to-echo-report.js"></script> |
OLD | NEW |