summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorConnor Frank <conjfrnk@gmail.com>2024-05-29 22:31:40 -0400
committerConnor Frank <conjfrnk@gmail.com>2024-05-29 22:31:40 -0400
commitca77c6b844acd36c90a61f636a38791597489d63 (patch)
treec4ffb51b5ee2edef8833aa64ecf00df97e2acc75 /index.html
parent26a3d09c94e5b9bc9d1eed06c16c4c16459288ce (diff)
subresource integrity
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 4740d42..2f1d9ea 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<!-- Google tag (gtag.js) -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T" nonce="analytics"></script>
+ <script src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T" integrity="sha384-eedyWfm666Hcy5lraLs59fScrWdLJc7TRDs3DAnSAFYKw47+fh334l6cUAQ/drRl" crossorigin="anonymous"></script>
<script nonce="analytics">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}