Closed
Bug 1901792
Opened 1 year ago
Closed 1 year ago
Confirm PPA is disabled in PBM
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | unaffected |
| firefox128 | --- | fixed |
| firefox129 | --- | fixed |
People
(Reporter: bgrins, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
PPA shouldn't function in Private Browsing. Confirm whether this is already the case from the initial landing, or update it and uplift to 128.
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(emilio)
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(emilio)
| Reporter | ||
Comment 2•1 year ago
|
||
To elaborate on the motivation here, the implementation currently:
- persists information to disc
- doesn't compartmentalize by context (PBM, containers, etc)
While both of these could technically be fixed, the easiest & most straightforward thing to do unless/until that happens is to disable the feature in PBM
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/835ccc78eff2
Make PPA not work in PBM. r=bgrins
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
| Assignee | ||
Comment 6•1 year ago
|
||
Comment on attachment 9406673 [details]
Bug 1901792 - Make PPA not work in PBM. r=bgrins
Beta/Release Uplift Approval Request
- User impact if declined: Comment 0
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- 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): Adds a simple private browsing check to an API that we're not shipping yet.
- String changes made/needed: none
- Is Android affected?: Yes
Flags: needinfo?(emilio)
Attachment #9406673 -
Flags: approval-mozilla-beta?
Comment 7•1 year ago
|
||
Comment on attachment 9406673 [details]
Bug 1901792 - Make PPA not work in PBM. r=bgrins
Approved for 128.0b5.
Attachment #9406673 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•