Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

custom useragent string no longer in effect for FF4

  • 3 odpovědi
  • 16 má tento problém
  • 1 zobrazení
  • Poslední odpověď od TonyE

more options

in about:config I had a custom useragent string set, but when I upgraded to FF4, it is no longer being used, site's see the standard FF4 user agent string

if I visit a page in FF4 and dump the contents of the $_SERVER global var in PHP, it shows the standard FF4 user agent.

in about:config I had a custom useragent string set, but when I upgraded to FF4, it is no longer being used, site's see the standard FF4 user agent string if I visit a page in FF4 and dump the contents of the $_SERVER global var in PHP, it shows the standard FF4 user agent.

Zvolené řešení

It is no longer possible to add things to the user agent string in Firefox 4. The only option available is to replace it using general.useragent.override

Přečíst dotaz v kontextu 👍 3

Všechny odpovědi (3)

more options

Zvolené řešení

It is no longer possible to add things to the user agent string in Firefox 4. The only option available is to replace it using general.useragent.override

more options

Thank you very much, that did the trick. I just added a new config item (string) called:

general.useragent.override

and set it to the modified user agent string, and it worked perfectly. Thanks for your time.

Upravil uživatel jaredh159 dne

more options

You're welcome

You need to remember to update that preference when you update Firefox to ensure that it always shows the correct version of Firefox.