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

Fix default value of browser.contentanalysis.default_allow #1861

Closed rusty-snake closed 1 week ago

Thorin-Oakenpants commented 1 week ago

did they rename it to default_result?

https://searchfox.org/mozilla-central/search?q=contentanalysis.default&path=&case=false&regexp=false

edit: original ticket: https://bugzilla.mozilla.org/show_bug.cgi?id=1879182

rusty-snake commented 1 week ago

Uhh, yes. It's not the same pref.

https://bugzilla.mozilla.org/show_bug.cgi?id=1880314 https://hg.mozilla.org/integration/autoland/rev/7b85c82d731d

Thorin-Oakenpants commented 1 week ago

I just did some checkin' yeah

user_pref("browser.contentanalysis.enabled", false); // [FF121+] [DEFAULT: false] user_pref("browser.contentanalysis.default_allow", false); // [FF124+] [DEFAULT: false]

so default_allow is now gone (or hidden) and default_result is new in FF127

Thorin-Oakenpants commented 1 week ago

I'll stick all this in v127