| Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-script-src.pl
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-script-src.pl b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-script-src.pl
|
| index f59e1053b67ffdb9b49c8a514cdbd1653bf4ba1f..389f93964fc5355e6d07f11c1efd0370b8d25df6 100755
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-script-src.pl
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-script-src.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";
|
|
|