Decentraleyes breaks pandoc's demo page
Thank's a lot for making decentraleyes!
The Add-on breaks https://pandoc.org/try/ at the moment.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at moz-extension://8e1510db-729c-4748-8725-1feef928f5ef/resources/jquery/1.12.4/jquery.min.jsm. (Reason: CORS request not http).
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://code.jquery.com/jquery-1.12.4.min.js. (Reason: CORS request did not succeed).
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSRequestNotHttp
If I read this correctly moz-extension://
is no longer allowed as origin but only https://
.
This issue appeared for me in Firefox 78.0.2 and 79.0. Chromium 84 still works fine.
Might be related to #16.