[MIRROR] Need crossorigin="anonymous" for webroot (#9729)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-12-29 15:42:03 -07:00
committed by GitHub
parent a4ab374b23
commit a4a690afff

View File

@@ -315,6 +315,7 @@
var node = document.createElement('link');
node.type = 'text/css';
node.rel = 'stylesheet';
node.crossOrigin = 'anonymous';
node.href = url;
// Temporarily set media to something inapplicable
// to ensure it'll fetch without blocking render