summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Frank <conjfrnk@gmail.com>2024-05-08 22:08:00 -0400
committerConnor Frank <conjfrnk@gmail.com>2024-05-08 22:08:00 -0400
commit31e2e6034ae7750d5d55006d7fa75b386aac983a (patch)
tree78a8cad1295c70ba91ef2e59b7871ca5397eeeb0
parent9b8d8c9f67d88c703f6cc8c8afaf8252de43f0c1 (diff)
nonce
-rw-r--r--euler/stats.html4
-rw-r--r--index.html4
-rw-r--r--minigolf.html4
3 files changed, 6 insertions, 6 deletions
diff --git a/euler/stats.html b/euler/stats.html
index 621268b..f8b820c 100644
--- a/euler/stats.html
+++ b/euler/stats.html
@@ -9,8 +9,8 @@
<link href="euler.css" rel="stylesheet" type="text/css"/>
</head>
<!-- Google tag (gtag.js) -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T"></script>
- <script>
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T" nonce="analytics"></script>
+ <script nonce="analytics">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
diff --git a/index.html b/index.html
index 5ced84f..4740d42 100644
--- a/index.html
+++ b/index.html
@@ -8,8 +8,8 @@
<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"></script>
- <script>
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T" nonce="analytics"></script>
+ <script nonce="analytics">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
diff --git a/minigolf.html b/minigolf.html
index 5246a46..5587ef7 100644
--- a/minigolf.html
+++ b/minigolf.html
@@ -7,8 +7,8 @@
<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"></script>
- <script>
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T" nonce="analytics"></script>
+ <script nonce="analytics">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());