From edc5f8f8f71b07b3a3442f1df90a28f37490a962 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Sun, 26 Dec 2021 09:42:01 +0100 Subject: [PATCH] config: allow connections to the Plugins marketplace Otherwise the connections to the default Marketplace are blocked, which is a bad user experience. --- conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index 5737538..ebfd2aa 100644 --- a/conf/config.json +++ b/conf/config.json @@ -36,7 +36,7 @@ "EnableOpenTracing": false, "EnableSecurityFixAlert": true, "EnableInsecureOutgoingConnections": false, - "AllowedUntrustedInternalConnections": "", + "AllowedUntrustedInternalConnections": "api.integrations.mattermost.com", "EnableMultifactorAuthentication": false, "EnforceMultifactorAuthentication": false, "EnableUserAccessTokens": false,