Closed
Bug 1548177
Opened 6 years ago
Closed 6 years ago
support incognito in request filter for webrequest and proxy
Categories
(WebExtensions :: Request Handling, enhancement, P2)
WebExtensions
Request Handling
Tracking
(firefox68 fixed)
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: mixedpuppy, Assigned: mixedpuppy)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Now that we have an incognito flag on the event details, add filtering as well.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Type: defect → enhancement
Keywords: dev-doc-needed
Pushed by scaraveo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/634737ac37d4
support incognito flag in request filtering r=kmag,robwu
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Comment 4•5 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)
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(mixedpuppy) → qe-verify-
Comment 5•5 years ago
|
||
Added the following to webRequest.RequestFilter:
incognito Optional
boolean. If provided, requests that do not match the incognito state (true or false) will be filtered out.
This has also been added to 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
•