Adam Spiers

Results 1047 comments of Adam Spiers

See https://gist.github.com/Beasta/26f630e524209c871812a5d88158af68 for a similar initiative. Thanks @Beasta!

Found https://stackoverflow.com/questions/76965930/how-to-have-always-allow-on-chess-com-option-be-enabled-by-default-for-a-firef with no good answer (only downgrading to MV2 which isn't a realistic option).

Found https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/host_permissions#requested_permissions_and_user_prompts which says: > Most browsers treat host_permissions as optional. If you request permissions using this key, users may get prompted to grant those permissions during installation. As of...

Searching https://bugzilla.mozilla.org/ for `host_permissions` finds: - [1766026 - Add optional_host_permissions in mv3](https://bugzilla.mozilla.org/show_bug.cgi?id=1766026) - [1766752 - granted_host_permissions does not automatically grant permissions in content_scripts](https://bugzilla.mozilla.org/show_bug.cgi?id=1766752) Also found this, although it seems to...

https://github.com/w3c/webextensions/issues/119 contains the best history I've found so far explaining the status quo and how we got here.

This is now working. I'm not sure why, but it could be thanks to #503.

I was planning a more general approach of allowing any URL: #24 No reason not to allow IPFS URLs, although of course they are fully public which limits one of...

As far as I know, it's (incredibly) not technically feasible to encrypt messages via web3 wallet APIs, only to sign them :-(

Hey @Beasta that's an awesome idea! I have more urgent issues to address currently (like #14 and #19) but a PR would be SUPER welcome if you have time! I...

See also https://gist.github.com/Beasta/26f630e524209c871812a5d88158af68