1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

config: allow connections to the Plugins marketplace

Otherwise the connections to the default Marketplace are blocked, which
is a bad user experience.
This commit is contained in:
Pierre de La Morinerie 2021-12-26 09:42:01 +01:00
parent bffa9a48da
commit edc5f8f8f7

View file

@ -36,7 +36,7 @@
"EnableOpenTracing": false,
"EnableSecurityFixAlert": true,
"EnableInsecureOutgoingConnections": false,
"AllowedUntrustedInternalConnections": "",
"AllowedUntrustedInternalConnections": "api.integrations.mattermost.com",
"EnableMultifactorAuthentication": false,
"EnforceMultifactorAuthentication": false,
"EnableUserAccessTokens": false,