Commit 56e19147 authored by lianahus's avatar lianahus

stronger check

parent cd2bf8d1
......@@ -34,7 +34,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!-- Matomo -->
<script type="text/javascript">
if (window.location.hostname.includes('remix')) {
if (window.location.hostname === 'remix.ethereum.org' ||
window.location.hostname === 'remix-alpha.ethereum.org' ||
window.location.hostname === 'remix-beta.ethereum.org') {
var _paq = window._paq = window._paq || []
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['disableCookies']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment