Index: third_party/WebKit/LayoutTests/http/tests/cookies/resources/echo-json.php |
diff --git a/third_party/WebKit/LayoutTests/http/tests/cookies/resources/echo-json.php b/third_party/WebKit/LayoutTests/http/tests/cookies/resources/echo-json.php |
index 3e8090bc8b76f07668efac30b9fdd160a0a8e8fd..5ee6af6488c9706658410afa789c06b70eb4d28f 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/cookies/resources/echo-json.php |
+++ b/third_party/WebKit/LayoutTests/http/tests/cookies/resources/echo-json.php |
@@ -1,6 +1,7 @@ |
<?php |
header("Content-Type: application/json"); |
header("Access-Control-Allow-Credentials: true"); |
+header("Access-Control-Allow-External: true"); |
header("Access-Control-Allow-Origin: ${_SERVER['HTTP_ORIGIN']}"); |
echo json_encode($_COOKIE); |