Skip to content

Commit e7290ed

Browse files
committed
try to fix css with webroot
1 parent 9e3cd86 commit e7290ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tgui/public/tgui.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@
340340
var node = document.createElement('link');
341341
node.type = 'text/css';
342342
node.rel = 'stylesheet';
343+
node.crossOrigin = 'anonymous';
343344
node.href = url;
344345
// Temporarily set media to something inapplicable
345346
// to ensure it'll fetch without blocking render

0 commit comments

Comments
 (0)