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

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

What can I do about a site that says "Incompatible Browser" and suggests I get internet explorer when I'm using Linux?

  • 2 个回答
  • 27 人有此问题
  • 4 次查看
  • 最后回复者为 cor-el

more options

Below is part of the site I got while applying for a job at http://www.securitas.com/us/en/Career/Come-Join-Us/Start-On-line-Application/ I'm not sure how I can use their "career services system" in Linux, much less Firefox.

Incompatible Browser

You cannot access this site with your current web browser.

You are using a browser that is incompatible with our career services system. We recommend Internet Explorer version 6.0 or higher.

Below is part of the site I got while applying for a job at http://www.securitas.com/us/en/Career/Come-Join-Us/Start-On-line-Application/ I'm not sure how I can use their "career services system" in Linux, much less Firefox. Incompatible Browser You cannot access this site with your current web browser. You are using a browser that is incompatible with our career services system. We recommend Internet Explorer version 6.0 or higher.

所有回复 (2)

more options

I have seen this on occasion, and one must thus ask this serious question: "Do you really want to work at a company that cares not about security, or even open standards?"

If the answer is yes, assume the position and boot into Windows. Otherwise, move along, you know you can do better!

more options

That is a problem with the user agent that is not recognized as a standard Firefox user agent.

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Linux Mint/9 (Isadora)


You can set the pref general.useragent.override to override the current default user agent.

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12


Be aware that if you use this method that you will have to update that pref yourself after every Firefox update to reflect the new change. Keep the first part and change the Linux Mint/9 (Isadora) to the current Firefox version reflected by the Gecko version rv:1.9.2.12. The 1.9.2 part specifies the Firefox 3.6 branch and the .12 at the end the current Firefox version 3.6.12. So if that changes to rv:1.9.2.13 then you have updated to Firefox 3.6.13

由cor-el于修改