Does not inject as window.cardano.yoroi in Firefox
Opened this issue · 1 comments
Firefox 96.0.3 (64-bit) for Linux Mint
Can't access wallet api from app running in firefox as window.cardano is null
Update: Firefox is blocking the execution of the inlined script which is used at the moment to inject the API into the window
object. This is happening when the Content Security Policy (CSP) is enabled in the browser. Version 4.10 will work on Firefox for users that have CSP disabled. For everyone else, the connector functionality will not be supported yet for Firefox in this version.
There's a way to implement the API injection in a different way specifically for Firefox, but this will take a bit more time to implement and see how it works with the CSP and test everything. Planned for the next version 4.11 at the moment, but might change.