Skip to content

Commit

Permalink
Mention restricted domains workaround for firefox (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivia-fl authored Jun 27, 2022
1 parent 65c3cd0 commit 0fd15fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ If you simply want to re-use the same credentials on multiple subdomains of the

### Why Browserpass on Firefox does not work on Mozilla domains?

Firefox has decided to [block all extensions from injecting any content scripts on their domains](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Content_scripts), sadly there's nothing we can do about it.
Firefox has decided to [block all extensions from injecting any content scripts on their domains by default](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Content_scripts), sadly there's nothing we can do about it. It is possible to disable this behavior on a per-domain basis by changing the `extensions.webextensions.restrictedDomains` setting in `about:config`, however be aware that this affects all extensions, not just browserpass.

The full list of blocked domains at the time of writing is:

Expand Down

0 comments on commit 0fd15fd

Please sign in to comment.