From a4fd40a3ff61380b217588091bd3171dcce815a4 Mon Sep 17 00:00:00 2001 From: Jason Slavin Date: Fri, 6 Sep 2024 09:23:37 -0700 Subject: [PATCH] Again --- head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/head.html b/head.html index 5545867..27308b7 100644 --- a/head.html +++ b/head.html @@ -21,7 +21,7 @@ miloStyles.setAttribute('href', `${libs}/styles/styles.css`); [miloUtils, miloDecorate].forEach((tag) => { - tag.setAttribute('crossorigin'); + tag.setAttribute('crossorigin', 'true'); tag.setAttribute('as', 'script'); })