Closed Bug 649617 Opened 14 years ago Closed 14 years ago

FF is "phoning home" to static.addons.mozilla.net:443

Categories

(Toolkit :: Add-ons Manager, defect)

2.0 Branch
x86_64
Linux
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: kdevel, Unassigned)

References

Details

User-Agent: Build Identifier: Mozilla/5.0 (X11; Linux x86_64; rv:6.0a1) Gecko/20110413 Firefox/6.0a1 Sometimes FF connects to static.addons.mozilla.net:443 after start and/or after entering Tools-Add-ons-Extensions though "automatic check for updates" is disabled. Reproducible: Sometimes Steps to Reproduce: 1. disable Edit-Preferences-Advanced-Update-Add-ons,Search Engines 2. start FF, observe network traffic 3. Actual Results: A connection to static.addons.mozilla.net:443 is established. Expected Results: No such connections. - Which component initiates this connection? (could not find the address in code/prefs) - How can this be disabled?
This could be the blocklist update http://www.mozilla.com/en-US/blocklist/ >How can this be disabled? changing the blocklist URL I don't think this bug is valid or not wontfix if this is really the blocklist update.
>>How can this be disabled? >changing the blocklist URL Where? In about:config there are two entries which contain a URL: - extensions.blocklist.detailsURL - extensions.blocklist.url In both instances which where running when the phoning happended these parameters did not contain values which denote a known protocol.
Component: General → Add-ons Manager
Product: Firefox → Toolkit
QA Contact: general → add-ons.manager
Version: unspecified → 2.0 Branch
Not going to be the blocklist, probably the cached metadata for some of your add-ons includes content hosted on AMO. Try disabling extensions.getAddons.cache.enabled and then waiting a day or so for the cache to be flushed.
I guess interestingly you probably have to have add-on update checking for the cache to get flushed, hrm that might be a problem we should fix.
Stefan, can you please tell us the exact URL Firefox connects to?
Only the host is visible in HTTPS: static.addons.mozilla.net:443 Can you recommend a MITM-proxy which decrypts/encrypts HTTPS on the fly?
Install the Live HTTP Headers add-on to get this information: https://addons.mozilla.org/en-US/firefox/addon/3829/
Will try. BTW: Where is that cache located? Is it in addons.sqlite?
Live HTTP Headers states: "Works with Firefox 0.8 - 3.6.*" Are you sure that it'll work with 4.0/6.0?
If you can reproduce it with Firefox 4 please do so. The add-on will work but the compatibility check has to be disabled. You can easily do it by installing ACR before: https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/
(In reply to comment #8) > BTW: Where is that cache located? Is it in addons.sqlite? Yes, it is.
(In reply to comment #12) > addons.sqlite does not seem to forget: > > sqlite> select name, iconURL from addon; > > PrintPDF|https://static.addons.mozilla.net/en-US/firefox/images/addon_icon/5971/?modified=1281050062 > Flashblock|https://static.addons.mozilla.net/en-US/firefox/images/addon_icon/433.png?modified=1295547961 I'm not sure what you're saying here. Yes addons.sqlite caches metadata about add-ons you have installed.
> I'm not sure what you're saying here. The records are kept after the add-on has been de-installed.
(In reply to comment #10) > If you can reproduce it with Firefox 4 please do so. The add-on will work but > the compatibility check has to be disabled. You can easily do it by installing > ACR before: > > https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/ ...except that the ACR itself is not compatible with Firefox 6.0a1. You might want to *temporarily* set extensions.checkCompatibility.6.0a (which doesn't exist by default: Create it as Boolean) to false in about:config to allow extensions to be installed and run in spite of the fact that they don't advertise support of Firefox 6.0a1. "Reset" that pref afterwards to re-enable auto-disabling of incompatible extensions.
(In reply to comment #14) > > I'm not sure what you're saying here. > The records are kept after the add-on has been de-installed. yes, they will go away after the next update check
Dave, this bug seems to be invalid for me. Can we close it?
Sounds like it is acting as expected yes
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
What's the benefit of this GET request? And who is the beneficiary?
Status: VERIFIED → UNCONFIRMED
Resolution: INVALID → ---
(In reply to Stefan from comment #20) > What's the benefit of this GET request? And who is the beneficiary? As mentioned in comment 3 this is the cached metadata for some of your add-ons. The URL in bug 679462 for example is the icon for flashblock.
My add-ons are on my hard disk. There's no reason for asking on the net for "changed" metadata. Installed add-ons cannot change their metadata.
So why do we keep this bug open?
(In reply to Stefan from comment #22) > My add-ons are on my hard disk. There's no reason for asking on the net for > "changed" metadata. Installed add-ons cannot change their metadata. Since Firefox 4 we download updated metadata from AMO. If you want to disable this you can set extensions.getAddons.cache.enabled to false in about:config. Everything seems to be working as expected here so closing this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.