• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
Firefox
  1. MDN
  2. Mozilla
  3. Firefox
  4. Firefox and the "about" protocol

Firefox and the "about" protocol

There is a lot of useful information about Firefox hidden away behind the about: URL protocol. The most useful is the URL about:config, which displays preferences and settings that can be inspected and changed.

Available about: URLs depend on your specific Firefox version. Here is a complete list of URLs in the about: pseudo protocol:

about: page Description
about: Displays version and build information and links to the contributors, licensing information and build configuration
about:about Provides an overview of all about: pages available for your current Firefox version
about:accounts Page used by the Sync feature
about:addons Add-ons Manager
about:app-manager App Manager
about:buildconfig Displays the configuration and platform used to build Firefox
about:cache Displays information about the memory, disk, and appcache
about:checkerboard Switches to the checkerboarding measurement page, which allows to detect checkerboarding issues
about:compartments Displayed information about compartments; since Firefox 26, that information can be found in the "Other Measurements" section of about:memory.
about:config Provides a way to inspect and change Firefox preferences and settings
about:crashes Lists all crashes, which happened during the runtime of Firefox (in case the user enabled the crash reporter)
about:credits Lists all contributors to the Firefox project
about:customizing Switches to the customization page, which allows to customize Firefox' UI
about:debugging Switches to the Developer Tools debugging page, which allows you to debug add-ons, tabs and Service Workers
about:downloads Displays all downloads done within Firefox
about:healthreport Displays performance information of Firefox (in case the user enabled the health report)
about:home Start page of Firefox when opening a new window
about:license Displays licensing information
about:logo Firefox logo
about:memory Provides a way to display memory usage, save it as report and run the GC and CC
about:mozilla Special page showing a message from "The Book of Mozilla"
about:networking Displays networking information
about:newtab Start page when opening a new tab
about:performance Displays memory and performance information about Firefox subprocesses/add-ons/tabs
about:permissions Provides a way to display and manage website permissions.  Removed in Firefox 45 (bug 933917)
about:plugins Displays information about installed plugins
about:preferences Firefox settings (also available through Firefox menu > Options)
about:privatebrowsing Start page when opening a private window
about:profiles Display and manage Firefox profiles
about:reader Indicates a web page has Firefox Reader View turned on. See Firefox Reader View for clutter-free web pages
about:rights Displays rights information
about:robots Special page showing notes about robots
about:serviceworkers Displays currently running Service Workers
about:sessionrestore Session restoration (displayed after a Firefox crash)
about:support Troubleshooting information (also available through Firefox menu > ? (question mark) > Troubleshooting Information)
about:sync-log Displays a synchronization protocol related to the Sync feature
about:sync-progress Page displayed after the Sync feature got set up
about:sync-tabs Lists tabs available for synchronization related to the Sync feature
about:telemetry Displays telemetry data collected and sent to Mozilla while Firefox is running (in case the user enabled telemetry)
about:webrtc Information about WebRTC usage
about:welcomeback Information page displayed after Firefox is reset

These URLs are defined in docshell/base/nsAboutRedirector.cpp within the kRedirMap array.  The array maps most of the URLs, like config to URLs in the chrome: pseudo protocol, such as chrome://global/content/config.xul.  The about location information is duplicated in docshell/build/nsDocShellModule.cpp.

Note: You must access about: protocol pages by typing them into the address bar. Attempts to navigate through window.location will throw —  Error: Access to 'about:addons' from script denied.

Document Tags and Contributors

Tags: 
  • Firefox
  • Guide
  • Mozilla
  • Protocols
 Contributors to this page: bunnybooboo, nodiscc, chrisdavidmills, meandave, maybe, Sheppy, Alice_Wyman, rolfedh, Aleksej, teoli, Sebastianz, Riboribo
 Last updated by: bunnybooboo, Apr 18, 2017, 5:11:18 PM
  1. Add-ons
    1. Firefox developer release notes
    2. Add-ons
    3. Add-on guidelines
    4. Add-on Manager
    5. Extensions
    6. OpenSearch plug-ins
    7. Plugins
    8. Themes
  2. Firefox internals
    1. Firefox developer release notes
    2. Mozilla project
    3. Gecko
    4. JavaScript code modules
    5. JS-ctypes
    6. MathML project
    7. MFBT
    8. Mozilla projects
    9. Preference system
    10. WebIDL bindings
    11. XPCOM
    12. XUL
  3. Building and contributing
    1. Build instructions
    2. Configuring build options
    3. How the build system works
    4. Mozilla source code
    5. Localization
    6. Mercurial
    7. Quality assurance
    8. Using Mozilla code in other projects