remove old hosted matomo code

pull/4002/head
ryestew 1 year ago
parent d23e330c7d
commit 2b0093c21c
  1. 4
      apps/remix-ide/src/assets/js/loader.js
  2. 2
      package.json

@ -30,10 +30,6 @@ if (domains[window.location.hostname]) {
var u = "https://ethereumfoundation.matomo.cloud/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', domains[window.location.hostname]]);
// Send all of the Remix tracking data to the secondary Matomo server (the EF one).
var secondaryTracker = 'https://matomo.ethereum.org/matomo.php';
var secondaryWebsiteId = domainsSecondaryTracker[window.location.hostname];
_paq.push(['addTracker', secondaryTracker, secondaryWebsiteId]);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.async = true; g.src = '//cdn.matomo.cloud/ethereumfoundation.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
})()

@ -1,6 +1,6 @@
{
"name": "remix-project",
"version": "0.34.1",
"version": "0.34.1-dev",
"license": "MIT",
"description": "Ethereum Remix Monorepo",
"keywords": [

Loading…
Cancel
Save