From d13dccbbfa13fed06d681b4425f5e8837c20ba34 Mon Sep 17 00:00:00 2001 From: Sergey Konovalov Date: Wed, 11 Jun 2025 13:58:02 +0300 Subject: [PATCH] [config] Add developer marketplace to allowedCors --- Common/config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/config/default.json b/Common/config/default.json index 8bdc9a2d..57be3751 100644 --- a/Common/config/default.json +++ b/Common/config/default.json @@ -15,7 +15,7 @@ "version": 3, "timeout": "30s", "allowedCorsOrigins": [ - "https://onlyoffice.github.io" + "https://onlyoffice.github.io", "https://onlyoffice-plugins.github.io" ], "pluginDir" : "../branding/info/ai", "cache": {