Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog: v90 #1217

Closed
Thorin-Oakenpants opened this issue Jul 26, 2021 · 6 comments
Closed

changelog: v90 #1217

Thorin-Oakenpants opened this issue Jul 26, 2021 · 6 comments

Comments

@Thorin-Oakenpants
Copy link
Contributor

changelog: v90

  • date: 26-Jul-2021
  • foreword: These are all the changes since the last changelog (v89).

FF90 release notes
FF90 for developers
FF90 security advisories


CHANGELOG: [all changes]

  • all user.js updates for Firefox v90 are detailed in the ToDo: diffs FF89-FF90 issue
    • includes links to the commits made for each pref, links to bugzilla tickets, our discussions etc.
  • for all the rest see the full list of pref changes below

ALL PREF CHANGES

  • changed in user.js v90 - see 44a8088
user_pref("security.dialog_enable_delay", 1000); // was 700
   // user_pref("dom.webaudio.enabled", false);
user_pref("media.navigator.enabled", false);
user_pref("app.update.background.scheduling.enabled", false);
user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false);
user_pref("network.http.windows-sso.enabled", false); // FF91+
   // user_pref("privacy.resistFingerprinting.exemptedDomains", "*.example.invalid");
   // user_pref("privacy.resistFingerprinting.testGranularityMask", 0);
   // user_pref("security.ssl3.rsa_aes_128_gcm_sha256", false); // no PFS
   // user_pref("security.ssl3.rsa_aes_256_gcm_sha384", false); // no PFS
  • moved to 9999: DEPRECATED / REMOVED in user.js v90
user_pref("network.ftp.enabled", false);
user_pref("browser.cache.offline.storage.enable", false);

STATS

 STATS v90: up to and including section 4500, minus the parrots
 =========
    total: 322
 inactive: 115
           ---
   active: 207
  default:  16 (at least)
      n/a:   2 (of the three prefs in 0204, only one will apply)
      n/a:   1 (network.http.windows-sso.enabled is FF91+)
           ---
  flipped: 188 (at most)

Any and all help, suggestions, recommendations, links, tips and tricks, questions, thank you's or what have you are welcome - signup/login and start typing - thanks

@Thorin-Oakenpants
Copy link
Contributor Author

ALL HAIL PANTS

allhailpants

@crssi
Copy link

crssi commented Jul 26, 2021

Thank you ❤️

@ginick
Copy link

ginick commented Jul 26, 2021

Thank you, and everyone involved.

@Thorin-Oakenpants
Copy link
Contributor Author

ALL HAIL PANTS

"Just like Linus, smart" - sicktothebone (also bitter and insane)

like linus

@Jee-Hex
Copy link

Jee-Hex commented Aug 9, 2021

/* 0302: disable auto-INSTALLING Firefox updates via a background service [FF90+] [WINDOWS]
 * [SETTING] General>Firefox Updates>Automatically install updates>When Firefox is not running
 * [1] https://support.mozilla.org/kb/enable-background-updates-firefox-windows ***/
user_pref("app.update.background.scheduling.enabled", false);

For now flipping app.update.background.scheduling.enabled to false will also hide the UI toggle (bug 1708755).

@Thorin-Oakenpants
Copy link
Contributor Author

thanks Jee-Hex, interesting logic flow - not going to bother adding that info or tracking it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants