搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Plug-ins not working Win10 32-bit

more options

When I go to about:addons and look at my plug-in list they're there but when I go to check for updates it give me the error "No plugins were found. If you believe this is an error, please file a bug and let us know. "

Windows 10.0.10240 32-bit Home Firefox 40.0.2

When I go to about:addons and look at my plug-in list they're there but when I go to check for updates it give me the error "No plugins were found. If you believe this is an error, please file a bug and let us know. " Windows 10.0.10240 32-bit Home Firefox 40.0.2
附加的畫面擷圖

被選擇的解決方法

Can my test page detect your plugins:

https://jeffersonscher.com/res/plugins.html

There is a preference you can use to hide plugins from sites that use collections to enumerate them. To see whether that setting has been customized:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful.

(2) In the search box above the list, type or paste enum and pause while the list is filtered

(3) If the plugins.enumerable_names preference is bolded and "user set" to anything other than its default value of * (meaning "all") then that would explain why sites that check the plugins collection do not see any plugins not listed in that preference value.

從原來的回覆中察看解決方案 👍 1

所有回覆 (4)

more options

選擇的解決方法

Can my test page detect your plugins:

https://jeffersonscher.com/res/plugins.html

There is a preference you can use to hide plugins from sites that use collections to enumerate them. To see whether that setting has been customized:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful.

(2) In the search box above the list, type or paste enum and pause while the list is filtered

(3) If the plugins.enumerable_names preference is bolded and "user set" to anything other than its default value of * (meaning "all") then that would explain why sites that check the plugins collection do not see any plugins not listed in that preference value.

more options

jscher2000 said

Can my test page detect your plugins: https://jeffersonscher.com/res/plugins.html There is a preference you can use to hide plugins from sites that use collections to enumerate them. To see whether that setting has been customized: (1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful. (2) In the search box above the list, type or paste enum and pause while the list is filtered (3) If the plugins.enumerable_names preference is bolded and "user set" to anything other than its default value of * (meaning "all") then that would explain why sites that check the plugins collection do not see any plugins not listed in that preference value.

Your website did not detect any plugins. After I may have voided my Firefox warranty, I saw that plugins.enumerable_names was user set and had the value of nothing. I'll set that to * and see what happens.

more options

It worked! I don't know how that got changed, and I don't know much about the things in about:config so I definitely would not have solved this on my own.

more options

That preference is a bit of a secret. You would generally only learn about it if you were researching something called browser fingerprinting, a technique some sites use to recognize your browser based on the sum total of its technical characteristics.