user.js v.116 (beta)
Pre-release
Pre-release
π¦ Firefox Release Notes
β Community Updates
- We have blasted off from 800 to 1700 β in a little over a month π₯ π π
- Thank you for the support!
- Discussions tab is now open so that Issues will be used for... issues. π
- As of April 2023, Betterfox is an optional install in the Floorp browser. π
π Release Notes
General
Fast
,Secure
, andPesky
all received a facelift to their documentation, esp. the former two.- The README is now more streamlined, with a few more tweaks to come.
- I created an easy 4-step guide to install the
user.js
file (after watching others suggest a lot of convoluted ways for mainstream users to do this).
- I created an easy 4-step guide to install the
- While still WiP, we are making more use of the wiki.
Fastfox
- commented out
gfx.canvas.accelerated
(default onmacOS
Linux
but notWindows
)- Added note in the
user.js
forWindows
users to manually enable. - Caused issues for Windows users with integrated GPUs.
- Added note in 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
- removed
layout.css.animation-composition.enabled
(default FF115+). - removed ineffective or unnecessary tweaks for performance.
- added new network enhancements.
Speculative Connections
category was moved fromSecurefox
toFastfox
.- Prefs surrounding Firefox caches will likely change.
- Currently investigating what is optimal for the average PC.
Securefox
- enabled
security.mixed_content.block_display_content
- enabled
security.ssl.require_safe_negotiation
- See possible error codes.
- removed
PROXY / SOCKS / IPv6
category from theuser.js
(out of scope). - removed prefs that disabled geolocation from the
user.js
(out of scope). - 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 our new Optional Hardening document.
- It also affected FF forks that use the
- removing
browser.sessionstore.privacy_level
from theuser.js
in the next release (out of scope).
Peskyfox
- added
browser.translations.enable
- 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.
- disabled
browser.aboutConfig.showWarning
- disabled
browser.privateWindowSeparation.enabled
(Windows
only pref)