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

Disable plugin update check

  • 3 trả lời
  • 15 gặp vấn đề này
  • 17 lượt xem
  • Trả lời mới nhất được viết bởi n74jw

more options

Hi, We are using firefox on centos linux on around 1000 computers. We are using Firefox 10.0.7 ESR. For our applications we need JRE1.6_17.

The problem is, that some of our intranet pages stopped working. I found out, that java plugin was disabled. It was disabled because the user clicked yes when asked that the plugin was old and it will be disabled.

I tried changing "plugins.update.url" in about:config, but firefox still found,that the plugin was old.

So my questio would be: Is there a way to disable plugin checking (at least for java plugin) in about:config or using some config file?

I know it is possible to do this by clicking, but if someone wants to do this on 1000 computers using multiple user profiles with the machines spread acrosss 500 kilometers, please contact me.

Hi, We are using firefox on centos linux on around 1000 computers. We are using Firefox 10.0.7 ESR. For our applications we need JRE1.6_17. The problem is, that some of our intranet pages stopped working. I found out, that java plugin was disabled. It was disabled because the user clicked yes when asked that the plugin was old and it will be disabled. I tried changing "plugins.update.url" in about:config, but firefox still found,that the plugin was old. So my questio would be:''' Is there a way to disable plugin checking (at least for java plugin) in about:config or using some config file?''' I know it is possible to do this by clicking, but if someone wants to do this on 1000 computers using multiple user profiles with the machines spread acrosss 500 kilometers, please contact me.

Được chỉnh sửa bởi janezk vào

Giải pháp được chọn

You will probably need to disable blocklisting and delete the current blocklist.xml file to avoid plugins from getting blocked.
That is not really recommended, so be cautious with making such a change.

Đọc câu trả lời này trong ngữ cảnh 👍 3

Tất cả các câu trả lời (3)

more options

Giải pháp được chọn

You will probably need to disable blocklisting and delete the current blocklist.xml file to avoid plugins from getting blocked.
That is not really recommended, so be cautious with making such a change.

more options

Everytime you upgrade Firefox, it will do a addon update check.

before you upgrade to the new Firefox version.. Modify the prefs.js or user.js file in the logged on users firefox profile .

There may be one or both of these lines already in the prefs.js file.

currect version installed 10.0.3:

user_pref("extensions.lastAppVersion", "10.0.3"); user_pref("extensions.lastPlatformVersion", "10.0.3");

Modify the prefs.js or user.js

Installing version 15.0.1:

user_pref("extensions.lastAppVersion", "15.0.1"); user_pref("extensions.lastPlatformVersion", "15.0.1");

modify this to the version you are going to install before you do the install.

Được chỉnh sửa bởi Slade0764 vào

more options

The above suggestion was great, but it didn't work. Users are still being prompted to choose add-ons when they run Firefox.