diff options
-rw-r--r-- | templates/count.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/count.html b/templates/count.html index 737b99d..b8f95e1 100644 --- a/templates/count.html +++ b/templates/count.html @@ -1,6 +1,5 @@ <body> - <script data-goatcounter="https://alanpearce-eu.goatcounter.com/count" async src="https://gc.zgo.at/count.js"></script> - <noscript> - <img src="https://alanpearce-eu.goatcounter.com/count?p=/INSERT-PAGE-HERE" /> - </noscript> + <script data-goatcounter="https://alanpearce-eu.goatcounter.com/count" + async src="//gc.zgo.at/count.v4.js" crossorigin="anonymous" + integrity="sha384-nRw6qfbWyJha9LhsOtSb2YJDyZdKvvCFh0fJYlkquSFjUxp9FVNugbfy8q1jdxI+"></script> </body> |