From d71c65e242b7cffaf51a37fc2c3bb83e8177919a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Garn=C3=A6s?= Date: Tue, 19 Dec 2023 11:00:50 +0100 Subject: [PATCH] Allow CORS requests --- .platform.app.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.platform.app.yaml b/.platform.app.yaml index 95ea3b8..5603f05 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -76,6 +76,8 @@ web: - index.php allow: true passthru: "/index.php" + headers: + Access-Control-Allow-Origin: "*" variables: env: