arkenfox / user.js

Firefox privacy, security and anti-tracking: a comprehensive user.js template for configuration and hardening
MIT License
9.43k stars 508 forks source link

Typo in user.js #1848

Closed Tiagoquix closed 3 weeks ago

Tiagoquix commented 3 weeks ago

/* 4003: disable remote FPP overrides [FF127+] ***/ // user_pref("privacy.fingerprintingProtection.remoteOverrides.enabled"; false);

"; false

should be

", false

(comma instead of semi-colon) (same typo in the changelog issue)

also, this seems to be a hidden pref (firefox v126), so we should mark it as such

image

rusty-snake commented 3 weeks ago

this seems to be a hidden pref (firefox v126)

disable remote FPP overrides [FF127+]

Thorin-Oakenpants commented 3 weeks ago

thanks