🦊 Firefox Release
✅ Community Updates
- Betterfox has blasted off from 800 to 1800 ⭐ in the last two months 🔥 🚀 🌔 Thank you for the support!
- 🆕 We now have an ESR branch 🎉
- Betterfox is an optional install in the Floorp browser 🎊
- 🆕 Betterfox is now used in Waterfox, starting in G6 Beta 3 💦
- Special thanks to Alex Kronos for helping us optimize prefs for performance and privacy 🙏
📝 Release Notes
General
Fast
,Secure
, andPesky
all received a facelift to their documentation, esp. the former two- The README is now more streamlined, with easy download instructions for new users
- While still WiP, we are making more use of the wiki
Fixes
- Added note in the
user.js
for Windows users to manually enablegfx.canvas.accelerated
- Caused issues for Windows users with integrated GPUs.
- removed
default-browser-agent.enabled
as it breaks theMake Default...
button in the Firefox UI- It also affected FF forks that use the
user.js
. - 🆕 Added this pref to the Optional Hardening document.
- It also affected FF forks that use the
- improved
network.dnsCacheExpiration
for longer browsing sessions: set to86400
(1 day)- This corrects an assumption from the 110 release about
network.trr.mode
(DoH) being enabled by default. - Note that
dnsCache
prefs only work for non-DoH users.- Recommended DoH solutions: NextDNS with Cache Boost or ControlD with TTL overrides.
- This corrects an assumption from the 110 release about
Fastfox
- removed ineffective or unnecessary tweaks for performance
- If your machine has > 8GB, then you're welcome to go through the
Fastfox
and increase values.
- If your machine has > 8GB, then you're welcome to go through the
- added new network enhancements
- 🆕 disabled HTTP request pacing
Speculative Connections
category was moved fromSecurefox
toFastfox
Securefox
- strengthened secure connections:
- enabled
security.mixed_content.block_display_content
- enabled
security.ssl.require_safe_negotiation
- see possible error codes
- enabled
- removed out-of-scope categories and prefs:
PROXY / SOCKS / IPv6
categorygeolocation
categorybrowser.sessionstore.privacy_level
pref
- removed
privacy.query_stripping.strip_list
as the params are default in Firefox
Peskyfox
- 🆕 Firefox will now ask to translate pages in certain foreign languages 💬
- Set Firefox to auto-translate pages by adding
user_pref("browser.translations.autoTranslate", true);
to your overrides.- You can disable translations for specific languages or pages in URL bar.
- Set Firefox to auto-translate pages by adding
- 🆕 disabled focus indicator for links
- disabled
browser.aboutConfig.showWarning
- disabled
browser.privateWindowSeparation.enabled
(affectsWindows
only AFAIK)