Skip to content

Commit

Permalink
Add data-domains attribute for umami script
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Dec 22, 2023
1 parent 9aafe63 commit dd40e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
})();
</script>
<script async src="https://umami.ooni.org/script.js" data-website-id="2c838f5f-ee4c-4d7c-80aa-c0a396ad1069"></script>
<script async src="https://umami.ooni.org/script.js" data-website-id="2c838f5f-ee4c-4d7c-80aa-c0a396ad1069" data-domains="ooni.org,ooni.github.io,ooni.netlify.com,openobservatory.github.io"></script>
<!-- End Matomo Code -->
</head>
<body>
Expand Down

0 comments on commit dd40e07

Please sign in to comment.