Index: LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl |
diff --git a/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl b/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl |
index c4c2e43bab6148277e352b8df32aae8d29fa804c..72b51b50966a4ea42f28a0c1bf6baaa6be365ec9 100755 |
--- a/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl |
+++ b/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl |
@@ -14,10 +14,10 @@ if ($cgi->param('enable-full-block')) { |
print "X-XSS-Protection: 1; mode=block\n"; |
} |
if ($cgi->param('enable-report')) { |
- print "X-XSS-Protection: 1; report=/security/contentSecurityPolicy/resources/save-report.php\n"; |
+ print "X-XSS-Protection: 1; report=/security/contentSecurityPolicy/resources/save-report.php?test=" . $cgi->param('test') . "\n"; |
} |
if ($cgi->param('enable-full-block-report')) { |
- print "X-XSS-Protection: 1; mode=block; report=/security/contentSecurityPolicy/resources/save-report.php\n"; |
+ print "X-XSS-Protection: 1; mode=block; report=/security/contentSecurityPolicy/resources/save-report.php?test=" . $cgi->param('test') . "\n"; |
} |
if ($cgi->param('valid-header')) { |