| Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-inner-tag.pl
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-inner-tag.pl b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-inner-tag.pl
|
| index da1fc9a821a0d20343f62ed18f4e3681137a8508..b528f8098e0f8e67440ff19531d7310970a32bfd 100755
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-inner-tag.pl
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-inner-tag.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";
|
|
|