commit b86bb8386cae16203085d71b30bafded345c7ee0 parent 9c125aaddf2810d3fba61ecee4f25a6ec6ae4557 Author: FIGBERT <figbert@figbert.com> Date: Fri, 18 Sep 2020 21:40:10 -0700 :bug: Add crossorigin attribute to Umami script Diffstat:
M | templates/base.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/base.html b/templates/base.html @@ -48,7 +48,7 @@ <link rel="stylesheet" href="{{ get_url(path="global.css") | safe }}"> {% endblock styles %} {% block posthead %}{% endblock posthead %} - <script async defer data-website-id="05bb9f50-5cd2-451b-8b15-d9088cc614d0" integrity="sha384-SFgC+hTq6Y/T7BVtH5jNjyKuiSefSCTh8BN9KApl6huoN9KYDDnCXZd2e3dcoxbL" src="https://umami.figbert.com/umami.js"></script> + <script async defer data-website-id="05bb9f50-5cd2-451b-8b15-d9088cc614d0" integrity="sha384-SFgC+hTq6Y/T7BVtH5jNjyKuiSefSCTh8BN9KApl6huoN9KYDDnCXZd2e3dcoxbL" src="https://umami.figbert.com/umami.js" crossorigin="anonymous"></script> </head> <body> {% block header %}