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/js
diff options
context:
space:
mode:
authorAnthon Pang <apang@softwaredevelopment.ca>2013-02-22 23:29:48 +0400
committerAnthon Pang <apang@softwaredevelopment.ca>2013-02-22 23:29:48 +0400
commitcd62e1d8bd45473827cdf67b51c3aa3016ff8cc8 (patch)
treed37a342500690e4c9cffd6555a9e0a47ffc37eaa /js
parente88ce10c3d63bb83645d8db11bd2fb369fd56aaf (diff)
fix cookieSecure flag; fix from @alexanderdean
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/piwik.js b/js/piwik.js
index 6d369beee1..30c7860371 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -1144,7 +1144,7 @@ var
configReferralCookieTimeout = 15768000000, // 6 months
// Should cookies have the secure flag set
- cookieSecure = documentAlias.location.protocol === 'https',
+ cookieSecure = documentAlias.location.protocol === 'https:',
// Custom Variables read from cookie, scope "visit"
customVariables = false,