Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-12-11 02:38:10 +0300
committerGitHub <noreply@github.com>2020-12-11 02:38:10 +0300
commit414396f7a485f1a91d51724d0a5c165a72b7d322 (patch)
tree8e92e3bde9ec2da5a4e53ed9899d7b392e7e23c8 /config/global.ini.php
parent14da2559292afb32241f65760c614142d26238d2 (diff)
Adds possibility to configure protocols for allowed outgoing connections (#16910)
* Only allow http/https requests by default * ws * improve config name * fix typo * updates expected ui file
Diffstat (limited to 'config/global.ini.php')
-rwxr-xr-xconfig/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 8912d29c0c..6cbfd855a9 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -719,6 +719,10 @@ enable_auto_update = 1
; If set to 0 it also disables the "sent plugin update emails" feature in general and the related setting in the UI.
enable_update_communication = 1
+; This option defines the protocols Matomo's Http class is allowed to open.
+; If you may need to download GeoIP updates or other stuff using other protocols like ftp you may need to extend this list.
+allowed_outgoing_protocols = 'http,https'
+
; Comma separated list of plugin names for which console commands should be loaded (applies when Matomo is not installed yet)
always_load_commands_from_plugin=