Skip to content

Commit 1c0e5c4

Browse files
authored
Update index.html
1 parent 3471349 commit 1c0e5c4

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/BUTR.Site.NexusMods.Client/wwwroot/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,21 @@ <h2>Loading...</h2>
9191
</script>
9292
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.1/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
9393
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.7.1/chart.min.js" integrity="sha512-QSkVNOCYLtj73J4hbmVoOV6KVZuMluZlioC+trLpewV8qMjsWqlIQvkn1KGX2StWvPMdWGBqim1xlC8krl1EKQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
94+
95+
<!-- Since GitHub doesn't provide any way to get simple metrics from Pages, we use Cloudflare Web Analytics -->
96+
<!-- Please create an issue on our repo if you have a better alternative! -->
97+
<!-- https://github.com/BUTR/BUTR.Site.NexusMods -->
98+
<script defer src="https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@2.9.1/dist/cookieconsent.min.js" integrity="sha384-Q979APNquWnMfwcI77qZm43RXhRv43xW3iUhlhInJ9mR1f8bsm7wUTvvBZfg85ef" crossorigin="anonymous"></script>
99+
<script defer src="js/cookieconsent-init.js"></script>
100+
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "90229f91369c412898f09dd57e648ff2"}' data-cookiecategory="metrics"></script><!-- End Cloudflare Web Analytics -->
101+
102+
<!-- We previously used Yandex -->
94103
<!-- Since GitHub doesn't provide any way to get simple metrics from Pages, we use Yandex. -->
95104
<!-- Metrics are public. You can see if via the link below. Authorization needed. -->
96105
<!-- https://metrica.yandex.com/dashboard?id=87711623 -->
97106
<!-- Please create an issue on our repo if you have a better alternative! -->
98107
<!-- https://github.com/BUTR/BUTR.Site.NexusMods -->
108+
<!--
99109
<script defer src="https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@2.9.1/dist/cookieconsent.min.js" integrity="sha384-Q979APNquWnMfwcI77qZm43RXhRv43xW3iUhlhInJ9mR1f8bsm7wUTvvBZfg85ef" crossorigin="anonymous"></script>
100110
<script defer src="js/cookieconsent-init.js"></script>
101111
<script type="text/plain" data-cookiecategory="metrics">
@@ -110,5 +120,6 @@ <h2>Loading...</h2>
110120
})();
111121
ym(87711623, "init", { clickmap: false, trackLinks: true, accurateTrackBounce: false });
112122
</script>
123+
-->
113124
</body>
114-
</html>
125+
</html>

0 commit comments

Comments
 (0)