diff --git a/templates/index.302 b/templates/index.302 index b67f1f32..c0a08653 100644 --- a/templates/index.302 +++ b/templates/index.302 @@ -1,5 +1,5 @@ HTTP/1.1 302 Found -Access-Control-Allow-Origin: '*' +Access-Control-Allow-Origin: * Access-Control-Allow-Credentials: true Access-Control-Allow-Methods: GET Content-Type: text/html; charset=UTF-8 diff --git a/templates/index.http b/templates/index.http index cfd2521e..bc53ad7f 100644 --- a/templates/index.http +++ b/templates/index.http @@ -1,5 +1,5 @@ HTTP/1.1 200 OK -Access-Control-Allow-Origin: '*' +Access-Control-Allow-Origin: * Access-Control-Allow-Credentials: true Access-Control-Allow-Methods: GET Server: Astroport