Skip to content

Commit fb61693

Browse files
authored
reenable disableCookies
1 parent b4991a0 commit fb61693

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/remix-ide/src/assets/js/loader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if (domains[window.location.hostname]) {
1717
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
1818
_paq.push(["setExcludedQueryParams", ["code","gist"]]);
1919
_paq.push(["setExcludedReferrers", ["etherscan.io"]]);
20+
_paq.push(['disableCookies']);
2021
_paq.push(['enableJSErrorTracking']);
2122
_paq.push(['trackPageView']);
2223
_paq.push(['enableLinkTracking']);

0 commit comments

Comments
 (0)