Skip to content

Instantly share code, notes, and snippets.

@rometsch
Created September 28, 2017 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rometsch/235e594f44b3206dd527133f20d615a5 to your computer and use it in GitHub Desktop.
Save rometsch/235e594f44b3206dd527133f20d615a5 to your computer and use it in GitHub Desktop.
User Agent String in Firefox

Set User Agent Sting in Firefox

The user agent string is part of the header of any HTTP request and tells the webserver about the type of browser and about the operating system. In Firefox it can be set by navigating to about:config and adding the entry general.useragent.override.

Here is an example user agent string for a Linux desktop system:

Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment