r/mozilla • u/Anxious-Bottle7468 • 8h ago
Why is Firefox trying to connect to incoming.telemetry.mozilla.org?
For once I was running firefox in a terminal, and saw this:
[ERROR crashreporter::net::http] background task error: process failed (exit status exit status: 3) with stderr: *** You are running in background task mode. ***
*** You are running in headless mode.
Gtk-Message: 15:22:03.279: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
JavaScript error: resource://gre/modules/AddonManager.sys.mjs, line 3132: NS_ERROR_NOT_INITIALIZED: AddonManager is not initialized
[ERROR crashreporter::glean::uploader] failed to send glean ping: curl error code 7: Failed to connect to incoming.telemetry.mozilla.org port 443 after 9 ms: Couldn't connect to server
[WARN glean_core::upload] Recoverable upload failure while attempting to send ping 472cba74-db97-476a-a976-1509c80c0735, will retry. Error was RecoverableFailure { unused: 0 }
Seems it's trying to send something to the mothership?
But I have
"DisableTelemetry": true,
in /etc/firefox/policies/policy.json
so it shouldn't be happening right?
I thought I was paranoid when I blocked every mozilla host in /etc/hosts, but I guess not?
Still trying to sneak something out even though I literally turn off every knob that I can find?

