Skip to content

Commit

Permalink
Removed old ga tags, added docs.mapbox.com to safe senders
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSepic committed Nov 7, 2024
1 parent ed5e96e commit 02a7e28
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@
'self'
'unsafe-eval'
'unsafe-inline'
https://cdn.segment.com
https://assets.customer.io
https://secure.gaug.es
https://www.google-analytics.com
https://www.googletagmanager.com/gtag/js
https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-rtl-text/v0.2.3/mapbox-gl-rtl-text.js
https://docs.mapbox.com
;
style-src
'self'
Expand Down Expand Up @@ -113,38 +111,6 @@
}
</script>
<script src="dist/bundle.js"></script>
<script type="text/javascript">
var _gauges = _gauges || [];
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"https://www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "UA-12158002-18", "auto");
ga("send", "pageview");
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3K6EEFGNP0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G - 3K6EEFGNP0');
</script>
</body>

</html>

0 comments on commit 02a7e28

Please sign in to comment.