| Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-allow.cgi
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-allow.cgi b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-allow.cgi
|
| index 833376f7d55d4eb7cd8e6d80ab77b5ed8d89e11a..db7178c9ed5c1f2865cf5310833b5b60ffa5228b 100755
|
| --- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-allow.cgi
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-allow.cgi
|
| @@ -3,6 +3,7 @@ use strict;
|
|
|
| print "Content-Type: text/plain\n";
|
| print "Access-Control-Allow-Credentials: true\n";
|
| +print "Access-Control-Allow-External: true\n";
|
| print "Access-Control-Allow-Origin: *\n\n";
|
|
|
| print "PASS: Sandboxed iframe XHR access allowed.\n";
|
|
|