Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

GitHub no longer supports old versions of Firefox

more options

I am using Firefox 56 and getting this message

I wanted to post a workaround for any having same problem

using browser console

   Services.prefs.setCharPref('general.useragent.override', 'Mozilla (rv:32) Gecko/0 Firefox/59');
I am using Firefox 56 and getting this message I wanted to post a workaround for any having same problem using browser console Services.prefs.setCharPref('general.useragent.override', 'Mozilla (rv:32) Gecko/0 Firefox/59');

Wšykne wótegrona (5)

more options

Screenshot of the actual error message? GitHub is a open source software site.

more options

i am not posting a screenshot

anyone using firefox 58 or earlier can easily see the problem

more options

svnpenn said

i am not posting a screenshot anyone using firefox 58 or earlier can easily see the problem

Then that isn't supported anymore to get help. One has to move to FF63.0.1 to get updated help.

more options

Note that the 'rv' version and Firefox are normally set to the same Firefox version.

  • Services.prefs.setCharPref('general.useragent.override', ' Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0');

Another possibility is to override the user agent only for a specific domain to Firefox 59.

more options

cor-el said

Note that the 'rv' version and Firefox are normally set to the same Firefox version.

Good point as the "Mozilla (rv:32) Gecko/0 Firefox/59" is not a proper UA like "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0" is.


WestEnd said

GitHub is a open source software site.

I would think the OP knows what GitHub is about in use.

WestEnd said

Then that isn't supported anymore to get help. One has to move to FF63.0.1 to get updated help.

Or you could pay attention to the OP in that the UA was not proper.