From 6c9e0ca71d1b43dcdc691004de0703c95941b46b Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 2 Nov 2022 15:12:21 +0100 Subject: [PATCH] Access-Control-Allow-Origin: * --- templates/index.302 | 2 +- templates/index.http | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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