搜索 | 用户支持

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

Learn More

Conflicting messages about a plugin

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

more options

When I went to check my plugins, for the QuickTime plugin in the add-ons window, I saw a warning stating that the plugin is out of date and will be disabled. I checked with the Mozilla plugin check page and that says that the plugin is up to date. Which is it? Make up your minds! It is confusing to get opposite messages about one particular item. According to Apple, my whole operating system has all the latest updates.

When I went to check my plugins, for the QuickTime plugin in the add-ons window, I saw a warning stating that the plugin is out of date and will be disabled. I checked with the Mozilla plugin check page and that says that the plugin is up to date. Which is it? Make up your minds! It is confusing to get opposite messages about one particular item. According to Apple, my whole operating system has all the latest updates.

由finitarry于修改

被采纳的解决方案

I'm guessing about this.

That Bug was fixed this morning in both the Blocklist and the Plugin Check page. The blocklist.xml file in Firefox is probably updated by the Firefox installation like once a day and it could be different than the Plugin Check page for part of the day until your Firefox installation checks for a new version of that file.

定位到答案原位置 👍 0

所有回复 (6)

more options

That was fixed this morning - https://bugzilla.mozilla.org/show_bug.cgi?id=837377#c21

Delete the blocklist.xml file in your profile folder to let a new file be downloaded, or wait for it to be "flushed" out.

more options

As a matter of fact, I found that the warning message could be eliminated by editing the blocklist.xml file and removing the QuickTime item. Why does the plugin check page check for a different version of the plugin from the blocklist?

more options

选择的解决方案

I'm guessing about this.

That Bug was fixed this morning in both the Blocklist and the Plugin Check page. The blocklist.xml file in Firefox is probably updated by the Firefox installation like once a day and it could be different than the Plugin Check page for part of the day until your Firefox installation checks for a new version of that file.

more options

That makes sense. Thanks.

more options

Copy and paste the JavaScript code in the Code input field in the Browser/Error Console (Firefox/Tools > Web Developer;Ctrl+Shift+J) and click the Evaluate button to make Firefox reload a fresh blocklist file.

Components.classes['@mozilla.org/extensions/blocklist;1'].getService(Components.interfaces.nsITimerCallback).notify(null);
more options

That worked - I have a new blocklist.xml file. Thanks.