ANDROID: Re-enabled the JIT Baseline Interpreter by default to fix severe performance issues. We still disable the JIT Baseline Interpreter on desktop, and even on Android, we still disable JIT via various other prefs. -
javascript.options.blinterp
->true
ANDROID: Manually enabled more ETP/ETP Strict protections -
privacy.annotate_channels.strict_list.enabled
,privacy.annotate_channels.strict_list.pbmode.enabled
,privacy.partition.network_state
,privacy.partition.serviceWorkers
,privacy.query_stripping.redirect
, &privacy.reduceTimerPrecision
->true
Disabled sending 'daily usage pings' to Mozilla -
datareporting.usage.uploadEnabled
->false
Disabled CAPTCHA Detection Pings -
captchadetection.actor.enabled
->false
,captchadetection.loglevel
->Off
Added additional prefs to prevent cross-origin sub-resources from opening HTTP authentication dialogs (These are especially important for ex. Thunderbird...) -
network.auth.non-web-content-triggered-resources-http-auth-allow
&network.auth.subresource-img-cross-origin-http-auth-allow
->false
Disabled automatically clearing net monitor and web console log messages after page reloads/navigation -
devtools.netmonitor.persistlog
&devtools.webconsole.persistlog
->true
Syntax is now highlighted when viewing page sources (
view-source:
) -view_source.syntax_highlight
->true
Codeberg: See here for more details.
GitLab: See here for more details.
GitHub: See here for more details.
:)