From 11a66183f2148d27386b754acb91cd420381535d Mon Sep 17 00:00:00 2001 From: dm5wk Date: Thu, 30 May 2024 18:25:33 +0200 Subject: [PATCH] enable external css with crossorigin --- band-plan.html | 1 + 1 file changed, 1 insertion(+) diff --git a/band-plan.html b/band-plan.html index 9580d16..99cc5ae 100644 --- a/band-plan.html +++ b/band-plan.html @@ -396,6 +396,7 @@ div>label { link.rel = "stylesheet"; link.href = href; link.id = "link_css"; + link.setAttribute("crossorigin", "anonymous"); document.head.appendChild(link); } }