Skip to content

Commit e0dd19c

Browse files
committed
stronger check
1 parent 26d71fb commit e0dd19c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/remix-ide/src/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
3535
<!-- Matomo -->
3636
<script type="text/javascript">
37-
if (window.location.hostname.includes('remix')) {
37+
if (window.location.hostname === 'remix.ethereum.org' ||
38+
window.location.hostname === 'remix-alpha.ethereum.org' ||
39+
window.location.hostname === 'remix-beta.ethereum.org') {
3840
var _paq = window._paq = window._paq || []
3941
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
4042
_paq.push(['disableCookies']);

0 commit comments

Comments
 (0)