0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -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:
Malte Juergens 2023-10-30 21:00:59 +01:00
parent fdc178fdeb
commit 50bfbd3c76
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3

View file

@ -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" },