搜索 | 用户支持

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

详细了解

HOW DARE YOU......

  • 5 个回答
  • 2 人有此问题
  • 14 次查看
  • 最后回复者为 ideato

more options

....install version 33.whatever without my permission! I logged on to my computer to find that all my toolbar icons were different, some even missing. When I checked Program Files, sure enough, there it was, version 33.0.0.???? I did not ask for this version to be installed because I DO NOT WANT THIS UPGRADE!!!! Yet Mozilla just went ahead with it. This is a dreadful invasion of my privacy. I have used Firefox for a long time because it seemed to be the most honest and forthright of the web browsers available. Now, because of this incident, I am beginning to think Mozilla is no better than Chrome or I.E. in its quest to access my computer for its own means. I am extremely disappointed.

....install version 33.whatever without my permission! I logged on to my computer to find that all my toolbar icons were different, some even missing. When I checked Program Files, sure enough, there it was, version 33.0.0.???? I did not ask for this version to be installed because I DO NOT WANT THIS UPGRADE!!!! Yet Mozilla just went ahead with it. This is a dreadful invasion of my privacy. I have used Firefox for a long time because it seemed to be the most honest and forthright of the web browsers available. Now, because of this incident, I am beginning to think Mozilla is no better than Chrome or I.E. in its quest to access my computer for its own means. I am extremely disappointed.

被采纳的解决方案

Hi, you have to create the user.js file (does not exist by default), open a text editor such as Notepad and save the empty file as "user.js" anywhere inside your profile folder, then open again the user.js file in your text editor and copy the next code:

// turn off application updates: user_pref("app.update.enabled", false);

and paste it inside the file, then save the changes and close the file.

Then close firefox from file > exit, and open it again. (more info is in the above link in my first reply). If you need anything more, please ask.


thanks

定位到答案原位置 👍 2

所有回复 (5)

more options

Hello katlomas, for your 28.0 use the next code in a user.js file in your profile :

// turn off application updates: user_pref("app.update.enabled", false);

http://kb.mozillazine.org/User.js_file

(probably you have it that way in about:config but the important is the user.js file, firefox first read from user.js file)

You already known that Firefox 28 is no longer secure, i already see your previous post for Australis, i don't like it either.


thank you

more options

Hi, ideato

I am not so good with computers that I can change the information you have suggested. I have found the profile folder but have no idea what to do with

// turn off application updates: user_pref("app.update.enabled", false);

Thanks.

more options

选择的解决方案

Hi, you have to create the user.js file (does not exist by default), open a text editor such as Notepad and save the empty file as "user.js" anywhere inside your profile folder, then open again the user.js file in your text editor and copy the next code:

// turn off application updates: user_pref("app.update.enabled", false);

and paste it inside the file, then save the changes and close the file.

Then close firefox from file > exit, and open it again. (more info is in the above link in my first reply). If you need anything more, please ask.


thanks

more options

Hi, I followed your instructions and everything seems OK. Thank you for your help.

more options

You are welcome