소스 검색

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