Default Browser Agent's task still sending telemetry data with its pref set to false
Categories
(Toolkit :: General, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox74 | --- | unaffected |
firefox75 | + | verified |
firefox76 | --- | verified |
People
(Reporter: csasca, Assigned: molly)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
Affected versions
- Firefox 75.0b10 (treeherder build with Browser Agent implemented)
- Firefox 76.0a1
Affected platforms
- Windows 7 & 10
Steps to reproduce
- Launch Firefox
- Access about:config and set the following pref.: default-browser-agent.enabled to false
- Search for Task scheduler and open it -> Extend Task Scheduler Library -> Select Mozilla folder
- Select the Default Agent task and run it
Expected result
- The task will run and return with an error code
Actual result
- The task is successfully triggered, and telemetry is still sent
Regression range
- No regression as it was just implemented
Additional notes
- The sent data from the task can be seen in Fiddler
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Found the problem. We're not reflecting pref values to the registry at all because of yet another place where I didn't carry over the build flag properly. Patch coming up.
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
I've checked in local builds that with this patch the flag does the right thing for the affected code when it is either enabled (the default) or disabled.
Assignee | ||
Comment 5•5 years ago
|
||
Comment on attachment 9136060 [details]
Bug 1625206 - Correctly check the default agent build flag in xre. r=bytesized
Beta/Release Uplift Approval Request
- User impact if declined: The default browser agent wouldn't honor the Firefox telemetry pref.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This is a small targeted bug fix, and I've verified locally that the relevant build flag is now correctly honored when either enabled or disabled.
- String changes made/needed:
Assignee | ||
Updated•5 years ago
|
Comment 6•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Updated•5 years ago
|
Comment 7•5 years ago
•
|
||
Hello ,
Confirming this issue as verified fixed .
Verified this issue on Nightly 76.0a1 (ID:20200327044807) (Treeherder build) with Win10x64.
Telemetry is not sent and the following message is displayed in Task Scheduler: "This program is blocked by group policy. For more information , please contact your system administrator (0X800704EC)"
Comment 8•5 years ago
|
||
Bugbug thinks this bug is a regression, but please revert this change in case of error.
Updated•5 years ago
|
Comment 9•5 years ago
|
||
Comment on attachment 9136060 [details]
Bug 1625206 - Correctly check the default agent build flag in xre. r=bytesized
approved for 75rc1
Comment 10•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
Comment 11•5 years ago
|
||
Hello,
Confirming this issue as verified fixed for 75.0b11(20200328010112). Telemetry is not sent.
Description
•