| Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl
|
| index 49cfab7900653224e93a394716562de3147c3d87..3f665f8eafa42ac9cef8730b0b2268aa984c120f 100755
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl
|
| @@ -4,6 +4,7 @@ use CGI;
|
|
|
| my $cgi = new CGI;
|
|
|
| +print "X-XSS-Protection: 1\n";
|
| print "Content-Type: text/html; charset=UTF-8\n\n";
|
|
|
| print "<!DOCTYPE html>\n";
|
|
|