| Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property-noquotes.pl
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property-noquotes.pl b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property-noquotes.pl
|
| index bdaf5402c76f2cb317bfc7811a01c74379ec95f2..940637d91a7778df883741d9b4b99321ef658d2b 100755
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property-noquotes.pl
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property-noquotes.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";
|
|
|