mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
Fix pref pane
The rfp pref is now already added by firefox code, trying to add it again will result in an error
This commit is contained in:
parent
fdc178fdeb
commit
50bfbd3c76
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ Preferences.addAll([
|
|||
{ id: "identity.fxaccounts.enabled", type: "bool" },
|
||||
// WebGL
|
||||
{ id: "webgl.disabled", type: "bool" },
|
||||
// RFP
|
||||
{ id: "privacy.resistFingerprinting", type: "bool" },
|
||||
// Automatically Update Extensions
|
||||
{ id: "extensions.update.enabled", type: "bool" },
|
||||
{ id: "extensions.update.autoUpdateDefault", type: "bool" },
|
||||
|
|
Loading…
Reference in a new issue