Skip to content

Commit

Permalink
fix cookieSecure flag; fix from @alexanderdean
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Feb 22, 2013
1 parent e88ce10 commit cd62e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/piwik.js
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion piwik.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit cd62e1d

@alexanderdean
Copy link

@alexanderdean alexanderdean commented on cd62e1d Feb 22, 2013 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.