mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #324 from YunoHost-Apps/fix-marketplace
config: allow connections to the Plugins marketplace
This commit is contained in:
commit
90e746d2bf
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