Closed Bug 1548177 Opened 5 years ago Closed 5 years ago

support incognito in request filter for webrequest and proxy

Categories

(WebExtensions :: Request Handling, enhancement, P2)

enhancement

Tracking

(firefox68 fixed)

RESOLVED FIXED
mozilla68
Tracking Status
firefox68 --- fixed

People

(Reporter: mixedpuppy, Assigned: mixedpuppy)

References

Details

(Keywords: dev-doc-complete)

Attachments

(1 file)

Now that we have an incognito flag on the event details, add filtering as well.

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
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla68

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)
Flags: needinfo?(mixedpuppy) → qe-verify-

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.

You need to log in before you can comment on or make changes to this bug.