You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2020. It is now read-only.
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