From 252b580f0f64f79a3fc46397bc47336f8097fda3 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Mon, 30 Sep 2024 23:07:35 +0800 Subject: [PATCH] Add allowOrigins --- CreatorKit/appsettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CreatorKit/appsettings.json b/CreatorKit/appsettings.json index bdd8cd1..7825f09 100644 --- a/CreatorKit/appsettings.json +++ b/CreatorKit/appsettings.json @@ -9,7 +9,8 @@ "AppData": { "PublicBaseUrl": "https://creatorkit.netcore.io", "BaseUrl": "https://creatorkit.netcore.io", - "WebsiteBaseUrl": "https://razor-ssg.web-templates.io" + "WebsiteBaseUrl": "https://razor-ssg.web-templates.io", + "allowOrigins": [] }, "oauth.facebook.Permissions": [ "email", "public_profile" ], "oauth.facebook.AppId": "231464590266507",