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
Add a custom confirm dialog. Firefox does not support window.confirm from the background process so it fails - all access to window.ipfs on Firefox will be automatically denied, however as a temporary workaround, Firefox users can use the manage permissions page to enable permissions after they have been auto denied
Another reason this is needed is that we want to be able to grant access to all (or a subset of) the API for a given origin, window.confirm can't cover these UX requirements
It may be useful to note how other extensions handle confirmation dialogs (repost from #333 (comment)):
I've noticed and found how Greasemonkey displays confirmation dialog (under Firefox):
Gist from @alanshaw's TODO list in PR #333 (comment):
It may be useful to note how other extensions handle confirmation dialogs (repost from #333 (comment)):
The text was updated successfully, but these errors were encountered: