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:
parent
bffa9a48da
commit
edc5f8f8f7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
"EnableOpenTracing": false,
|
"EnableOpenTracing": false,
|
||||||
"EnableSecurityFixAlert": true,
|
"EnableSecurityFixAlert": true,
|
||||||
"EnableInsecureOutgoingConnections": false,
|
"EnableInsecureOutgoingConnections": false,
|
||||||
"AllowedUntrustedInternalConnections": "",
|
"AllowedUntrustedInternalConnections": "api.integrations.mattermost.com",
|
||||||
"EnableMultifactorAuthentication": false,
|
"EnableMultifactorAuthentication": false,
|
||||||
"EnforceMultifactorAuthentication": false,
|
"EnforceMultifactorAuthentication": false,
|
||||||
"EnableUserAccessTokens": false,
|
"EnableUserAccessTokens": false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue