We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d71fb commit e0dd19cCopy full SHA for e0dd19c
apps/remix-ide/src/index.html
@@ -34,7 +34,9 @@
34
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
35
<!-- Matomo -->
36
<script type="text/javascript">
37
- if (window.location.hostname.includes('remix')) {
+ if (window.location.hostname === 'remix.ethereum.org' ||
38
+ window.location.hostname === 'remix-alpha.ethereum.org' ||
39
+ window.location.hostname === 'remix-beta.ethereum.org') {
40
var _paq = window._paq = window._paq || []
41
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
42
_paq.push(['disableCookies']);
0 commit comments