Преглед изворни кода

Changed Mixpanel secure_cookie to false

James Peret пре 2 година
родитељ
комит
8b32ea6ce4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      themes/kairoscope-theme/layout/_partial/analytics.ejs

+ 1 - 1
themes/kairoscope-theme/layout/_partial/analytics.ejs

@@ -67,7 +67,7 @@
             property_blacklist: [],
             property_blacklist: [],
             // if this is true, mixpanel cookies will be marked as
             // if this is true, mixpanel cookies will be marked as
             // secure, meaning they will only be transmitted over https
             // secure, meaning they will only be transmitted over https
-            secure_cookie: true,
+            secure_cookie: false,
             // the amount of time track_links will
             // the amount of time track_links will
             // wait for Mixpanel's servers to respond
             // wait for Mixpanel's servers to respond
             track_links_timeout: 300,
             track_links_timeout: 300,