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="script-src 'self
'; report-uri resources/save-report.php"> | 2 <meta http-equiv="Content-Security-Policy-Report-Only" content="script-src 'self
'; report-uri resources/save-report.php?test=report-only.html"> |
3 <script> | 3 <script> |
4 // This script block will trigger a violation report but shouldn't be blocked. | 4 // This script block will trigger a violation report but shouldn't be blocked. |
5 alert('PASS'); | 5 alert('PASS'); |
6 </script> | 6 </script> |
7 <script src="resources/go-to-echo-report.js"></script> | 7 <script src="resources/go-to-echo-report.js"></script> |
OLD | NEW |