In me.loader.css.element there is: element.crossorigin = true; Which I _think_ should be: element.crossOrigin = "anonymous"; In Firefox, at least, after making this edit the HTML has: <link crossorigin="anonymous"... Whereas before the change there was no crossorigin attribute for the link element
In me.loader.css.element there is:
element.crossorigin = true;
Which I think should be:
element.crossOrigin = "anonymous";
In Firefox, at least, after making this edit the HTML has:
Whereas before the change there was no crossorigin attribute for the link element