搜尋 Mozilla 技術支援網站

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

Learn More

Firefox shows itself as an older version than it actually is

  • 6 回覆
  • 1 有這個問題
  • 55 次檢視
  • 最近回覆由 cor-el

more options

Hey everybody

I'm having troubles installing an addon. Now I just noticed, that Firefox is communicating an older version than itself, than it actually is. As you can see in the screenshot (hopefull, since I'm using it in German), the website https://addons.mozilla.org thinks that I'm on v68, while in reality, I just updated it to 76.

I did play around a bit with addons and settings for data privacy - and I'm pretty confident, that the problem is within a wrongly set configuration - but I can't for the life of me find and reverse it.

I would really appreciate any pointers you can give me!

Cheers, Robert

Hey everybody I'm having troubles installing an addon. Now I just noticed, that Firefox is communicating an older version than itself, than it actually is. As you can see in the screenshot (hopefull, since I'm using it in German), the website https://addons.mozilla.org thinks that I'm on v68, while in reality, I just updated it to 76. I did play around a bit with addons and settings for data privacy - and I'm pretty confident, that the problem is within a wrongly set configuration - but I can't for the life of me find and reverse it. I would really appreciate any pointers you can give me! Cheers, Robert
附加的畫面擷圖

被選擇的解決方法

privacy.resistFingerprinting = true ?

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

所有回覆 (6)

more options

選擇的解決方法

privacy.resistFingerprinting = true ?

more options

Perfect man, thanks a lot! Maybe not the place but, but anyway.. in your opinion: Better keep it set to false, since the security setting for the Identifier is checked as well?

more options

IMO you can keep it false (however it's good to remember the change).

You can also add another boolean preference privacy.resistFingerprinting.block_mozAddonManager = true to be able to install extensions from AMO :).

more options

Just to be sure, the setting privacy.resistFingerprinting.block_mozAddonManager should be true? Not false? From the name of it, it sounds like true could cause the same error which I had in the beginning.

more options

I don't remember, try both.

more options

Setting privacy.resistFingerprinting.block_mozAddonManager = true disables the Addon manager (navigator.mozAddonManager is undefined) on the Addons website.

// This hidden pref allows users to disable mozAddonManager entirely if they
// want for fingerprinting resistance. Someone like Tor browser will use this
// pref.