Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

GitHub no longer supports old versions of Firefox

  • 5 risposte
  • 1 ha questo problema
  • 6 visualizzazioni
  • Ultima risposta di James

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');

Tutte le risposte (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.