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 Nov 10, 2017. It is now read-only.
After converting package.json to work with jpm (new version attached) I get the following error from the example.
I was trying this example because I was attempting similar functionality in an add-on that I am working on and it led me to suspect that the permissions/cross-domain-content key was being ignored in Firefox 40+.
I found that this example fails in the same way, i.e. an iframe with a src that is explicitly allowed as per the package.json entry does not load, and iframe.contentDocument is null (or not allowed).
Is it possible to update the example to work, so I can see how it should work, or is it a bug in Firefox that needs fixing?