Closed
Bug 1545163
Opened 6 years ago
Closed 6 years ago
Expose private browsing flag on proxy/webrequest details
Categories
(WebExtensions :: Request Handling, enhancement)
WebExtensions
Request Handling
Tracking
(firefox68 fixed)
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: mixedpuppy, Assigned: mixedpuppy)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
We want some additional/simplified flags on the details objects received in webrequest and proxy event APIs.
- private browsing flag
- container id
- tracker information (see TrackingClassification[1] and ClassOfService[2])
needs better definition, probably split out into separate bug
Comment 1•6 years ago
|
||
Bugbug thinks this bug is a task, but please change it back in case of error.
Type: defect → task
Updated•6 years ago
|
Blocks: secure-proxy
Updated•6 years ago
|
Type: task → enhancement
Comment 2•6 years ago
|
||
Bug 1391992 is about adding the "cookieStoreId" property to webRequest events (this reflects the container ID).
See Also: → 1391992
Assignee | ||
Comment 3•6 years ago
|
||
bug 1391992 will expose the container id
This bug is reduced to the private flag.
Summary: Expose additional details on request events → Expose private browsing flag on proxy/webrequest details
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mixedpuppy
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Pushed by scaraveo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7ba49ce135e6
add incognito flag to proxy and webrequest details r=robwu
Assignee | ||
Updated•6 years ago
|
Keywords: dev-doc-needed
Comment 8•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Comment 9•6 years ago
|
||
Can you please provide some STR for this issue so we can check it manually? If no manual testing is needed please mark it as "qe-verify- "
Flags: needinfo?(mixedpuppy)
Comment 11•6 years ago
|
||
Added a definition of the new flag to proxy.RequestDetails:
incognito
boolean true for private browing requests
It is also included in the Release notes.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•