Closed
Bug 1990013
Opened 29 days ago
Closed 17 days ago
Add a pref for IP Protection site exclusions and a manager class to support site exceptions
Categories
(Firefox :: IP Protection, task, P1)
Firefox
IP Protection
Tracking
()
RESOLVED
FIXED
145 Branch
Tracking | Status | |
---|---|---|
firefox145 | --- | fixed |
People
(Reporter: rking, Assigned: kpatenio)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fx-vpn])
Attachments
(1 file)
For Beta, we need to be able to exclude sites from VPN coverage based on a pref. We need to save a list of sites excluded by the user, then turn off the VPN on those domains. We should do this by checking the top level request domain against the list when the proxy is on.
Updated•29 days ago
|
Assignee: nobody → kpatenio
Severity: -- → N/A
Priority: -- → P1
Updated•25 days ago
|
Attachment #9516211 -
Attachment description: WIP: Bug 1990013 — add a domain exceptions pref and exceptions manager class for ip protection. r=#ip-protection-reviewers! → Bug 1990013 — add a domain exceptions pref and exceptions manager class for ip protection. r=#ip-protection-reviewers!
Updated•19 days ago
|
Attachment #9516211 -
Attachment description: Bug 1990013 — add a domain exceptions pref and exceptions manager class for ip protection. r=#ip-protection-reviewers! → WIP: Bug 1990013 — add a domain exclusions pref, mode pref, and exceptions manager class for ip protection. r=#ip-protection-reviewers!
Updated•19 days ago
|
Attachment #9516211 -
Attachment description: WIP: Bug 1990013 — add a domain exclusions pref, mode pref, and exceptions manager class for ip protection. r=#ip-protection-reviewers! → Bug 1990013 — add a domain exclusions pref, mode pref, and exceptions manager class for ip protection. r=#ip-protection-reviewers!
Pushed by kpatenio@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/4472f565485c
https://hg.mozilla.org/integration/autoland/rev/f0523e67451e
— add a domain exclusions pref, mode pref, and exceptions manager class for ip protection. r=ip-protection-reviewers,rking
Status: NEW → RESOLVED
Closed: 17 days ago
status-firefox145:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
The patch for this bug doesn't officially implement the behaviour of site exclusions when we navigate to excluded sites. I merely added a new class that would read from a pref that contains the list of excluded sites. More functionality to come in follow up bugs.
Summary: Exclude sites from IP Protection based on a pref → Add a pref for IP Protection site exclusions and a manager class to support site exceptions
Updated•6 days ago
|
QA Whiteboard: [qa-triage-done-c146/b145]
You need to log in
before you can comment on or make changes to this bug.
Description
•