anselmh / object-fit

Polyfill (mostly IE) for CSS object-fit property to fill-in/fit-in images into containers.
MIT License
996 stars 93 forks source link

SecurityError: The operation is insecure #15

Closed iamturns closed 9 years ago

iamturns commented 9 years ago

Firefox console outputs: SecurityError: The operation is insecure.

And points towards this:

// get the style rules of this sheet
return toArray(stylesheet.cssRules);
anselmh commented 9 years ago

This is a duplicate of #7 I think. You can find a "solution" over there. Please reopen if you think this really is another issue.