| Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-form-action.pl
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-form-action.pl b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-form-action.pl
|
| index bc8a6e91d8f98034afa3a1921a9e6d6acbdd151b..9084dfccd51ca9d2030e0bf81b7f02da426b06b7 100755
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-form-action.pl
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-form-action.pl
|
| @@ -8,6 +8,7 @@ if ($cgi->param('add-token')) {
|
| $action = $action . "&tok=12345678";
|
| }
|
|
|
| +print "X-XSS-Protection: 1\n";
|
| print "Content-Type: text/html; charset=UTF-8\n\n";
|
|
|
| print "<!DOCTYPE html>\n";
|
|
|