Closed
Bug 1948033
Opened 1 month ago
Closed 28 days ago
Enable data-deletion request before sending it on Focus
Categories
(Focus :: General, defect)
Tracking
(firefox136 fixed, firefox137 fixed)
RESOLVED
FIXED
137 Branch
People
(Reporter: polly, Assigned: polly)
References
Details
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
The daily usage ping data-deletion request is not enabled by default, so it wasn't getting sent through by Glean.
Just needs a setEnabled
adding in.
Assignee | ||
Updated•1 month ago
|
Assignee: nobody → polly
Assignee | ||
Comment 1•1 month ago
|
||
The deletion request needs to be enabled after the usage reporting is enabled, because that will set up the usage reporting id which will identify the deletion request.
There's no reason for the deletion request to ever be disabled, however, so it's just set to true.
Assignee | ||
Comment 2•29 days ago
|
||
The deletion request needs to be enabled after the usage reporting is enabled, because that will set up the usage reporting id which will identify the deletion request.
There's no reason for the deletion request to ever be disabled, however, so it's just set to true.
Original Revision: https://phabricator.services.mozilla.com/D238072
Updated•29 days ago
|
Attachment #9466137 -
Flags: approval-mozilla-beta?
Comment 3•29 days ago
|
||
beta Uplift Approval Request
- User impact if declined: privacy impact; data will not be deleted after toggling switch off
- Code covered by automated testing: no
- Fix verified in Nightly: no
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: look for "usage-deletion-request" ping in glean debug viewer
- Risk associated with taking this patch: low
- Explanation of risk level: it's a very small change
- String changes made/needed: no
- Is Android affected?: yes
Pushed by pmceldowney@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0a29f1426b94
Focus: Enable data-deletion request before sending it r=android-reviewers,twhite
Updated•29 days ago
|
Summary: Enable data-deletion request before sending it → Enable data-deletion request before sending it on Focus
Status: NEW → RESOLVED
Closed: 28 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
Updated•28 days ago
|
Attachment #9466137 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•28 days ago
|
status-firefox136:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•