Skip to content

Commit 061a34d

Browse files
committed
test
1 parent ca6f4e5 commit 061a34d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/templates/base.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,11 @@
121121
{% endblock head %}
122122

123123
{# Analytics #}
124-
<script nonce="{{ CSP_NONCE }}"
124+
<script async
125+
nonce="{{ CSP_NONCE }}"
126+
src="/js/script.js"
125127
data-goatcounter="/count"
126-
async
127-
src="/js/script.js"></script>
128+
crossorigin="anonymous"></script>
128129
</head>
129130
{% endif %}
130131

0 commit comments

Comments
 (0)