Open
Bug 1991194
Opened 2 months ago
Updated 2 months ago
Autostart IP Protection on startup if userEnabled pref is true
Categories
(Firefox :: IP Protection, task, P2)
Firefox
IP Protection
Tracking
()
NEW
People
(Reporter: rking, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fx-vpn])
The userEnabled pref is set based on the position of the Turn On VPN toggle in the IP Protection Panel, and should be used to determine whether to start the VPN at the beginning of the next session. The userEnabled pref is defined and set as a part of Bug 1976546. VPN autostart functionality at browser startup is added as a part of Bug 1990007. Here, we need to add a condition to the autostart functionality to check the userEnabled pref in addition to the autoStartEnabled pref when determining whether to autostart the VPN.
If the user has autostart enabled, the VPN should always restart, even if userEnabled is false.
If the user has autostart disabled, the VPN should still restart if userEnabled is true.
Updated•2 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•