2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

firefox-privacy: allow addons to run on all domains

This commit is contained in:
Dylan Araps 2021-09-04 16:29:01 +03:00
parent 846480af67
commit 9b58e027a5
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
3 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,2 @@
5944bab783c1abd73293bbc5f404f4e9da1bd5d4dc0e3ebaad201b58a123302f
dcf5df850fc8b361f58817f0245ec79c7bb120433cc366b574ee8815d8adf4fa
593342d390cb5589a4d0b5dce6d86e61f6e67cafe63672a1cc340370de0e687e

View File

@ -557,6 +557,10 @@ pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr", false);
pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
// Permit extensions to run on all domains instead of being conditional (via a
// blacklist of domains).
pref("extensions.webextensions.restrictedDomains", "");
//
// STORAGE
//

View File

@ -1 +1 @@
1.0 3
1.0 4