Skip to content

2025.03.05.1

Latest
Compare
Choose a tag to compare
@celenityy celenityy released this 06 Mar 06:27
· 2 commits to pages since this release
b699463

  • DESKTOP: Added Mullvad Leta back as a default search engine, as it's now free to use

  • DESKTOP: Spoofed the HTTP User Agent in all Phoenix configs by default - https://codeberg.org/celenity/Phoenix/issues/53

  • DESKTOP: Stopped clearing cookies on exit by default *(This was Phoenix's intended behavior, but recent changes in Firefox 136 caused issues...) - privacy.clearOnShutdown.cookies, privacy.clearOnShutdown.offlineApps, & privacy.clearOnShutdown_v2.cookiesAndStorage -> false

  • Temporarily disabled Trusted Types by default, as it's unfortunately still too buggy/experimental... - dom.security.trusted_types.enabled -> false - ex. https://codeberg.org/celenity/Phoenix/issues/70

  • ANDROID: Unlocked HTTPS-Only Mode preferences, as it's unfortunately not yet possible to add exceptions like on desktop... - (dom.security.https_only_mode & dom.security.https_only_mode_pbm) - https://gitlab.com/ironfox-oss/IronFox/-/issues/48

  • Enabled insecure form field warnings, even on local IP addresses - security.insecure_field_warning.ignore_local_ip_address -> false

  • Added new sanitization preferences to accommodate for recent changes in Firefox 136 - privacy.clearHistory.browsingHistoryAndDownloads, privacy.clearHistory.formdata, privacy.clearSiteData.browsingHistoryAndDownloads, privacy.clearSiteData.formdata, privacy.clearOnShutdown_v2.browsingHistoryAndDownloads, privacy.clearOnShutdown_v2.downloads, privacy.clearOnShutdown_v2.formdata, privacy.cpd.downloads, privacy.cpd.formdata, privacy.cpd.history, & privacy.cpd.sessions -> true

  • DESKTOP: Disabled clearing cookies at about:preferences#privacy -> Cookies and Site Data -> Manage Data... by default (as it ignores Allow exceptions...) - privacy.clearHistory.cookiesAndStorage, privacy.clearSiteData.cookiesAndStorage, privacy.cpd.cookies, & privacy.cpd.offlineApps -> false

  • SPECIALIZED CONFIGS: Re-enabled the Bookmarks Toolbar by default, but set to only show on new tabs (about:home) - browser.toolbars.bookmarks.visibility -> newtab

  • Other minor tweaks, fixes, clean-up/organization, & enhancements


Codeberg: See here for more details.

GitLab: See here for more details.

GitHub: See here for more details.


:)