搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

GitHub no longer supports old versions of Firefox

  • 5 回覆
  • 1 有這個問題
  • 5 次檢視
  • 最近回覆由 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');

所有回覆 (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.