27 Features
celenity edited this page 2025-11-25 19:42:47 -05:00

Features

Note that this list is not exhaustive...

For features specific to Extended configurations of Phoenix, please see here.

For features specific to Android configurations of Phoenix, please see here.

🔒 Privacy

🫆 Fingerprinting

⚠️ BEFORE PROCEEDING: Please take a look at Phoenix's limitations when it comes to fingerprinting protection, to better understand what we can/can not protect against.

In order to combat fingerprinting, Phoenix enables Mozilla's Suspected Fingerprinters Protection (FPP). However: Phoenix modifies the set of protections (targets) covered by FPP to match that of Resist Fingerprinting (RFP) (+AllTargets), with the following exceptions:

  • Rather than automatically denying prompts for permission to extract canvas data, Phoenix always alerts the user. Canvas data extraction is still prevented unless the user grants permission (-CanvasExtractionBeforeUserInputIsBlocked)
  • CSS prefers-color-scheme is not spoofed, meaning users can enable Dark mode if desired (-CSSPrefersColorScheme)
  • Display of content over 60FPS is permitted (-FrameRate)
  • The timezone is not spoofed to UTC-0 by default (-JSDateTimeUTC)
  • The locale reported by the Internationalization API is not spoofed to en-US by default (-JSLocale)

Additionally, Phoenix:

🛡️ Security

⚠️ BEFORE PROCEEDING: Please take a look at Phoenix's limitations when it comes to security, so that you can make an informed descision on what is best for you.

💡 Enhancements

  • Adds support for syncing more preferences with Firefox Sync (if enabled)
  • Adds various privacy-respecting search engines - DuckDuckGo (HTML), DuckDuckGo (Lite), DuckDuckGo (No AI), Marginalia, Mojeek, Startpage, and Startpage (EU).
  • Allows LocalCDN (if installed) to run on quarantined domains by default
  • Allows Mullvad Browser Extension (if installed) to run on quarantined domains by default
  • Always displays the Bookmarks Toolbar by default
  • Always displays a reveal password button in password <input> types
  • Automatically exports bookmarks to HTML on exit by default
  • Blocks media autoplay by default
  • Blocks web notifications by default
  • Cleans up the default UI/customization state
  • Customizes the list of built-in DNS over HTTPS resolvers
  • Disables Address Bar clipboard suggestions
  • Disables Address Bar history suggestions
  • Disables Address Bar recent search suggestions
  • Disables Address Bar search engine suggestions
  • Disables annoying Web Speech API errors
  • Disables automatic browser console log clearing upon page reloads/navigations
  • Disables checking if Firefox is the default PDF viewer
  • Disables checking if Firefox is the default web browser
  • Disables delays when switching to full screen
  • Disables DRM
  • Disables Highlights from appearing on Firefox Home by default
  • Disables password truncation
  • Disables prompts to refresh/reset Firefox
  • Disables Quick Actions
  • Disables Recent activity from appearing on Firefox Home by default
  • Disables the site protections info message
  • Disables warning the user when accessing the about:config by default
  • Displays advanced information on Insecure Connection warning pages
  • Displays more details on Safe Browsing warning pages
  • Displays the option to add a separate search bar in Firefox's Customize menu
  • Displays the option to enable Compact mode in Firefox's Customize menu
  • Displays timestamps in the web console by default
  • Enables the ability to add custom search engines in about:preferences#search
  • Enables the ability to specify a different search engine for use in Private Windows vs. Normal Windows in about:preferences#search
  • Enables Address Bar calculator suggestions
  • Enables an Address Bar suggestion to use Private Browsing
  • Enables Address Bar unit conversion suggestions
  • Enables autoscrolling by default
  • Enables a cursor spinning animation when websites are loading by default
  • Enables debugging chrome by default
  • Enables debugging DOM by default
  • Enables an experimental UI for managing profiles
  • Enables a fire button in Private Browsing Windows to reset session
  • Enables Firefox Home Wallpapers
  • Enables Firefox's newer Felt privacy design for Certificate Errors and Private Browsing windows
  • Enables long line wrapping in developer tools by default
  • Enables long line wrapping in view-source: by default
  • Enables a Measure button in debugging
  • Enables a Rulers button in debugging
  • Enables a Screenshot button in debugging
  • Enables a sidebar/table of contents when viewing PDFs by default
  • Enables smooth scrolling by default
  • Enables Spellcheck for both multi-line and single-line boxes by default
  • Enables a subset of performance optimizations from Betterfox by default
  • Enables suggestions when a HTTPS-page can't be found in HTTPS-Only Mode
  • Enables support for custom CSS by default
  • Enables the Unload Tab context menu item
  • Enables the View Image Info context menu item
  • Exposes the ability to disable UI animations (ui.prefersReducedMotion) in the about:config by default
  • Exposes the ability to enable dynamic rounding of content dimensions (privacy.resistFingerprinting.letterboxing) in the about:config by default
  • Exposes the ability to log geolocation requests (geo.provider.network.logging.enabled) in the about:config by default
  • Exposes the ability to log policies (browser.policies.loglevel) in the about:config by default
  • Exposes the ability to prevent the Permission Manager from writing to disk (permissions.memory_only) in the about:config by default
  • Fixes IPv6 connectivity when DNS over HTTPS is enabled
  • Forces pop-ups to open in new tabs instead of windows by default
  • Highlights all Findbar (Ctrl + F) results by default
  • Highlights syntax in view-source: by default
  • Includes a set of granular overrides to unbreak websites with FPP (via privacy.fingerprintingProtection.granularOverrides) by default
  • Installs Firefox Multi-Account Containers by default
  • Leaves the Bookmarks menu open after selecting a website by default
  • Limits what events can cause pop-ups by default
  • Opens bookmarks in new tabs by default
  • Prevents private windows from appearing as separate icons in the taskbar on Windows
  • Prevents scripts from moving, resizing, and messing with windows
  • Prevents websites from dictating whether autofilling credentials is allowed
  • Sets the default time-range when manually clearing browser data to everything

🦖 Mozilla