Index: LayoutTests/http/tests/security/contentSecurityPolicy/report-only-expected.txt |
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-expected.txt |
index 5b185e50a6e3e25e0f054545238fe4858106efb6..5f28deb1ed5ffb7cc253f973985a6efa5558c919 100644 |
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-expected.txt |
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-expected.txt |
@@ -1,10 +1,10 @@ |
CONSOLE MESSAGE: line 3: [Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". |
-PingLoader dispatched to 'http://127.0.0.1:8000/security/contentSecurityPolicy/resources/save-report.php'. |
+PingLoader dispatched to 'http://127.0.0.1:8000/security/contentSecurityPolicy/resources/save-report.php?test=report-only.html'. |
ALERT: PASS |
CSP report received: |
CONTENT_TYPE: application/csp-report |
HTTP_REFERER: http://127.0.0.1:8000/security/contentSecurityPolicy/report-only.html |
REQUEST_METHOD: POST |
=== POST DATA === |
-{"csp-report":{"document-uri":"http://127.0.0.1:8000/security/contentSecurityPolicy/report-only.html","referrer":"","violated-directive":"script-src 'self'","effective-directive":"script-src","original-policy":"script-src 'self'; report-uri resources/save-report.php","blocked-uri":"","status-code":200}} |
+{"csp-report":{"document-uri":"http://127.0.0.1:8000/security/contentSecurityPolicy/report-only.html","referrer":"","violated-directive":"script-src 'self'","effective-directive":"script-src","original-policy":"script-src 'self'; report-uri resources/save-report.php?test=report-only.html","blocked-uri":"","status-code":200}} |