Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

GitHub no longer supports old versions of Firefox

  • 5 trả lời
  • 1 gặp vấn đề này
  • 6 lượt xem
  • Trả lời mới nhất được viết bởi 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');

Tất cả các câu trả lời (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.