Open
Bug 1772864
Opened 4 years ago
Updated 1 year ago
Make `--backgroundtask pingsender` support Firefox proxy settings
Categories
(Toolkit :: Telemetry, enhancement, P5)
Toolkit
Telemetry
Tracking
()
NEW
People
(Reporter: nalexander, Unassigned)
References
Details
The original pingsender uses an OS-specific native networking stack (or libcurl on Linux). The pingsender background task (pingsender2) uses Necko's networking stack, but in a temporary ephemeral profile. This ticket tracks configuring that ephemeral profile with Firefox proxy settings.
The most obvious approach is to serialize the relevant proxy Gecko preferences and include them on the command line (or in a file if necessary). I don't know if this could support PAC files and/or WebExtensions that impact proxy settings, but it's a start.
Updated•1 year ago
|
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•