Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Setting crossorigin for stylesheets #68

Open
guyaparker opened this issue May 19, 2016 · 0 comments
Open

Setting crossorigin for stylesheets #68

guyaparker opened this issue May 19, 2016 · 0 comments

Comments

@guyaparker
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant