| Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-head.pl
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-head.pl b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-head.pl
|
| index 65319dbe38a1b46453e832aa839f41bf7ff77442..45019350c317e44d7db646f210f77d51c249fd0c 100755
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-head.pl
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-head.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";
|
|
|