How to Access Sites That Require Chrome by Using a User‑Agent Override in Firefox

Some websites restrict access to specific browsers and may refuse to load unless Chrome or Microsoft Edge is used. This behavior is often caused by user‑agent filtering rather than any actual incompatibility with Firefox. A user‑agent string identifies the browser to a website, and some sites block Firefox by checking this string and rejecting anything outside their approved list.

Firefox supports domain‑specific user‑agent overrides, allowing it to present itself as Chrome for selected sites. This enables access to pages that would otherwise refuse to load. The method applies to any site that performs browser filtering. StateFarm.com is one example where this technique has been used, but the procedure is identical for any domain.


Creating a Site‑Specific Chrome User‑Agent Override in Firefox

Steps

  1. Open Firefox and enter:
about:config
  1. Confirm the warning prompt.
  2. Create a new string preference:
    • Right‑click anywhere in the list
    • Select New → String
    • Enter the preference name in this format:
general.useragent.override.example.com

Replace example.com with the domain that requires Chrome.

Example:

general.useragent.override.statefarm.com
  1. Set the value to this sample or any current Chrome user‑agent string:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
  1. Reload the site. Firefox will now identify itself as Chrome for that domain only.

Platform Compatibility

This method works on Windows, macOS, and Linux. The override is handled internally by Firefox and does not depend on the operating system.


Summary

  • Some websites block Firefox by filtering user‑agent strings.
  • Firefox allows domain‑specific user‑agent overrides.
  • Setting the override to a Chrome user‑agent enables access to sites that require Chrome.
  • Only the targeted domain is affected; all other sites continue using the standard Firefox user‑agent.

Leave a Comment