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:
authorLukas Winkler <Findus23@users.noreply.github.com>2017-10-06 01:22:42 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-10-06 01:22:42 +0300
commit28a202f7d8d51f69a3384763374a9066f517909e (patch)
treec46892007132f025c5e4dcafae706b238c0fd737 /config
parent11de54ca12d2a46e74cf190a65a848e0356dd470 (diff)
replace HTTP links with HTTPS (#12157)
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 4ea60cdde4..37ca742d9e 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -353,7 +353,7 @@ login_cookie_name = piwik_auth
login_cookie_expire = 1209600
; The path on the server in which the cookie will be available on.
-; Defaults to empty. See spec in http://curl.haxx.se/rfc/cookie_spec.html
+; Defaults to empty. See spec in https://curl.haxx.se/rfc/cookie_spec.html
login_cookie_path =
; email address that appears as a Sender in the password recovery email
@@ -500,7 +500,7 @@ enable_trusted_host_check = 1
;trusted_hosts[] = stats.example.com
; List of Cross-origin resource sharing domains (eg domain or subdomain names) when generating absolute URLs.
-; Described here: http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
+; Described here: https://en.wikipedia.org/wiki/Cross-origin_resource_sharing
;
; Examples:
;cors_domains[] = http://example.com
@@ -627,7 +627,7 @@ debug = 0
; see the log output as well.
debug_on_demand = 0
-; This setting is described in this FAQ: http://piwik.org/faq/how-to/faq_175/
+; This setting is described in this FAQ: https://piwik.org/faq/how-to/faq_175/
; Note: generally this should only be set to 1 in an intranet setting, where most users have the same configuration (browsers, OS)
; and the same IP. If left to 0 in this setting, all visitors will be counted as one single visitor.
trust_visitors_cookies = 0
@@ -641,7 +641,7 @@ cookie_name = _pk_uid
cookie_expire = 33955200;
; The path on the server in which the cookie will be available on.
-; Defaults to empty. See spec in http://curl.haxx.se/rfc/cookie_spec.html
+; Defaults to empty. See spec in https://curl.haxx.se/rfc/cookie_spec.html
; This is used for the Ignore cookie, and the third party cookie if use_third_party_id_cookie = 1
cookie_path =