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
path: root/config
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-03-03 01:13:40 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-03-04 06:59:00 +0300
commit9bb03cc5b4f9f6f8c70b3c3a7a6ce1a7fcb42dd8 (patch)
treea78b43f504b6f8a47f094ec474c0c9bc788fbd47 /config
parenta65546f4809d3a76f221f2668bf47342666ba7c2 (diff)
#6441 Updating through HTTPS if openssl is installed, else use HTTP
HTTP will be used if (and only if) HTTPS is not supported at all (e.g. openssl is not installed or fopen/curl is not supported). If HTTPS is supported, we try to update through HTTPS: any failure will stop the update process and we don't fallback to HTTP. This is the expected behavior: a failure could be a MITM attack.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 87f204e57c..44771b3813 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -463,11 +463,6 @@ enable_trusted_host_check = 1
; independantly of the hostname Piwik is currently running under.
; instance_id = stats.example.com
-; The release server is an essential part of the Piwik infrastructure/ecosystem
-; to provide the latest software version.
-latest_version_url = https://builds.piwik.org/piwik.zip
-latest_beta_version_url = https://builds.piwik.org/piwik-%s.zip
-
; The API server is an essential part of the Piwik infrastructure/ecosystem to
; provide services to Piwik installations, e.g., getLatestVersion and
; subscribeNewsletter.