Merge branch 'fix_librewolfCfg' into 'master'
Invalid Reference in librewolf.cfg See merge request librewolf-community/librewolf!5
This commit is contained in:
commit
4cfd64cdca
1 changed files with 2 additions and 2 deletions
|
|
@ -85,10 +85,10 @@ lockPref("general.config.filename", "librewolf.cfg");
|
||||||
// >>>>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
|
||||||
// Librefox Compatibility Fix
|
// Librefox Compatibility Fix
|
||||||
user_pref("extensions.autoDisableScopes", 0);
|
defaultPref("extensions.autoDisableScopes", 0);
|
||||||
|
|
||||||
// Removing https-everywhere adding 2 librefox addons
|
// Removing https-everywhere adding 2 librefox addons
|
||||||
user_pref("extensions.enabledAddons", "librefox.http.watcher.tor%40intika.be:2.8,%7Befd1ce61-97d1-4b4f-a378-67d0d41d858d%7D:1.2,%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D:2.6.6.1,torbutton%40torproject.org:1.5.2,ubufox%40ubuntu.com:2.6,tor-launcher%40torproject.org:0.1.1pre-alpha,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:17.0.5");
|
defaultPref("extensions.enabledAddons", "librefox.http.watcher.tor%40intika.be:2.8,%7Befd1ce61-97d1-4b4f-a378-67d0d41d858d%7D:1.2,%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D:2.6.6.1,torbutton%40torproject.org:1.5.2,ubufox%40ubuntu.com:2.6,tor-launcher%40torproject.org:0.1.1pre-alpha,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:17.0.5");
|
||||||
|
|
||||||
// --------------------------------
|
// --------------------------------
|
||||||
// User Settings : Cookies settings
|
// User Settings : Cookies settings
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue