为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

I am having multiple issues with Firefox.

  • 2 个回答
  • 1 人有此问题
  • 7 次查看
  • 最后回复者为 FredMcD

more options

Issue #1 I have the automatic updates turned off, but Firefox occasionally updates anyway. How can I prevent this from happening?

Issue#2 This is somewhat related to issue #1. I turned off the automatic updates specifically because I did not want Quantum, but Firefox updated automatically, despite the automatic updates being turned off.. I have an older system, and it cannot handle running five processes for Firefox at one time. As a result, my system becomes increasingly slower as time goes by. As running multiple serves absolutely no discernible purpose, is there any way to prevent Firefox from running multiple processes?

Issue #3 Firefox recently updated automatically (again) without my permission, and since the most recent update, the pop up blocker is not working properly, specifically with Yahoo. It is blocking images, and windows that I bring up, but is not blocking what it is supposed to block, and will not let me add an exception for Yahoo. How can I fix this?

I am a Computer Science major, and have been using Firefox since it came out, but I am going to make a change if I can't fix these issues. Firefox is becoming more of a hassle than it is worth.

Issue #1 I have the automatic updates turned off, but Firefox occasionally updates anyway. How can I prevent this from happening? Issue#2 This is somewhat related to issue #1. I turned off the automatic updates specifically because I did not want Quantum, but Firefox updated automatically, despite the automatic updates being turned off.. I have an older system, and it cannot handle running five processes for Firefox at one time. As a result, my system becomes increasingly slower as time goes by. As running multiple serves absolutely no discernible purpose, is there any way to prevent Firefox from running multiple processes? Issue #3 Firefox recently updated automatically (again) without my permission, and since the most recent update, the pop up blocker is not working properly, specifically with Yahoo. It is blocking images, and windows that I bring up, but is not blocking what it is supposed to block, and will not let me add an exception for Yahoo. How can I fix this? I am a Computer Science major, and have been using Firefox since it came out, but I am going to make a change if I can't fix these issues. Firefox is becoming more of a hassle than it is worth.

所有回复 (2)

more options

Issue #1 How do you completely turn off update checks in Firefox v64? You can use a policies.json file to disable updates for all users. https://github.com/mozilla/policy-templates/blob/master/README.md or https://winaero.com/blog/disable-updates-firefox-63-above/

You can use a policies.json file in the distribution folder in the Firefox installation folder instead as also listed in the article, so no need to use GPO keys in the Windows Registry. • https://support.mozilla.org/en-US/kb/customizing-firefox-using-policiesjson

more options

Issue#2 More than one process is normal for the current Firefox. http://www.ghacks.net/2016/07/22/multi-process-firefox/

Multi-process Firefox is codenamed "e10s". https://wiki.mozilla.org/Firefox/multiprocess


Firefox 68 and later: Multi-process (e10s) can no longer be disabled on the "about:config" page - see :

https://techdows.com/2019/05/mozilla-firefox-68-doesnt-allow-turning-off-e10s.html

If however, you really want to disable it, you can set an environment variable to disable multi-process. :

• set MOZ_FORCE_DISABLE_E10S=1

How to set environment variables : http://www.computerhope.com/issues/ch000549.htm