We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73171db commit 3224b9fCopy full SHA for 3224b9f
.vitepress/config.mjs
@@ -69,7 +69,7 @@ const sideBar = withSidebar(
69
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
70
_paq.push(["requireCookieConsent"]);
71
_paq.push(['setCookieSameSite', 'None']);
72
- _paq.push(['setCookieSecure', true]);
+ _paq.push(['setSecureCookie', true]);
73
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
74
_paq.push(["trackPageView"]);
75
_paq.push(["enableLinkTracking"]);
0 commit comments