Skip to content

2025.01.30.1

Compare
Choose a tag to compare
@celenityy celenityy released this 31 Jan 03:19
· 84 commits to pages since this release
b5cd9d0

  • Updated to Phoenix 2025.01.30.1.

  • Similar to Phoenix, we now include our own recommended extensions and themes in the Recommendations panel of Add-ons and Themes! See here for details on what extensions are included, why, and the criteria for inclusion. Feel free to make suggestions if we're missing an extension or theme you'd like to see! (Currently only includes DKIM Viewer & uBlock Origin - which we preinstall anyways... ;))

  • Ensured that local IP addresses are not leaked via EHLO/HELO... - mail.smtpserver.default.hello_argument -> [127.0.0.1]

  • Limited classes that can process incoming data for emails & RSS feeds. - mailnews.display.disallow_mime_handlers & rss.display.disallow_mime_handlers -> 3

  • Disabled the automatic collection of email addresses for Thunderbird's Address Book by default. - mail.collect_email_address_outgoing -> false

  • Explicitly set preferred address display format to Full name and email address by default. - mail.addressDisplayFormat -> 0

  • Emails & RSS feeds will now be viewed in plaintext if possible by default. - mailnews.display.prefer_plaintext & rss.display.prefer_plaintext -> true

  • Users are now alerted if BCC (Blind Carbon Copy) alerts haven't been addressed. - mail.compose.warn_public_recipients.aggressive -> true

  • Disabled showing preview, sender, and subject in email alerts/notifications by default. - mail.biff.alert.show_preview, mail.biff.alert.show_sender, & mail.biff.alert.show_subject -> false

  • Explicitly blocked DKIM Verifier from accessing restricted domains and running in private windows. - (The latter currently only works on Nightly)

  • Explicitly enabled SmartBlock - extensions.webcompat.enable_shims, extensions.webcompat.perform_injections, & extensions.webcompat.perform_ua_overrides -> true

  • Explicitly disabled legacy XMPP gateways for Facebook, Google, Twitter, and Yahoo... - chat.prpls.prpl-facebook.disable, chat.prpls.prpl-gtalk.disable, chat.prpls.prpl-twitter.disable, & chat.prpls.prpl-yahoo.disable -> true

  • Disabled reporting chat status as away when idle by default. - messenger.status.awayWhenIdle -> false

  • By default, RSS feeds should now open in your default web browser, instead of Thunderbird. - rss.show.content-base -> 3

  • Re-enabled the Geolocation API & stopped blocking geolocation prompts by default, as it is fingerprintable, and Thunderbird doesn't support it anyways (+ it's already covered by our other prefs for defense in depth) - geo.enabled -> true, permissions.default.geo -> 0

  • Re-enabled the Web Notifications API & stopped blocking notification prompts by default, as it is fingerprintable, and Thunderbird doesn't support it anyways (+ it's already covered by our other prefs for defense in depth) - dom.webnotifications.enabled -> true, permissions.default.desktop-notification -> 0

  • Removed the -CanvasExtractionBeforeUserInputIsBlocked FPP override, as Thunderbird doesn't support permission prompts for canvas data extraction... - privacy.fingerprintingProtection.overrides -> +AllTargets,-CSSPrefersColorScheme,-FrameRate,-HttpUserAgent,-NavigatorUserAgent

  • Allowed certain testing websites to use JavaScript in uBlock Origin by default. - abrahamjuliot.github.io, browserleaks.com, deviceinfo.me, & permission.site

  • Enabled the ability to report malicious add-ons/themes to Mozilla by default. - extensions.abuseReport.enabled -> true

  • Enabled viewing the timezone/offset of senders by default. - mailnews.display.date_senders_timezone -> true

  • Enabled showing progress when a message is being saved/sent... - mailnews.show_send_progress -> true

  • Enabled the UI toggle for controlling dark theme in the message panel. - mail.dark-reader.show-toggle -> true

  • Other minor tweaks and fixes :)


Codeberg: See here for more details.

GitHub: See here for more details.


:)