forked from kiss-community/repo
firefox-privacy: allow addons to run on all domains
This commit is contained in:
parent
846480af67
commit
9b58e027a5
@ -1,2 +1,2 @@
|
||||
5944bab783c1abd73293bbc5f404f4e9da1bd5d4dc0e3ebaad201b58a123302f
|
||||
dcf5df850fc8b361f58817f0245ec79c7bb120433cc366b574ee8815d8adf4fa
|
||||
593342d390cb5589a4d0b5dce6d86e61f6e67cafe63672a1cc340370de0e687e
|
||||
|
@ -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
|
||||
//
|
||||
|
@ -1 +1 @@
|
||||
1.0 3
|
||||
1.0 4
|
||||
|
Loading…
Reference in New Issue
Block a user