Closed
Bug 2044820
Opened 7 days ago
Closed 1 day ago
[IPProtection] When the app is stuck in a catastrophic state, we don't have clear directions for the user
Categories
(Firefox for Android :: Privacy, defect, P1)
Tracking
()
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: mavduevskiy, Assigned: mavduevskiy)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fxdroid])
Attachments
(1 file)
Steps to reproduce
- Enable vpn
- attach a debugger, run
ChromeUtils.importESModule(
"moz-src:///toolkit/components/ipprotection/IPPProxyManager.sys.mjs",
).IPPProxyManager.setErrorState("manual")
- try clicking vpn menu button or ipprotection settings
Expected behavior
The proxy would disconnect
Actual behavior
The proxy is stuck in the error state
Device information
- Firefox version:
- Android device model:
- Android OS version:
Any additional information?
| Assignee | ||
Updated•7 days ago
|
Severity: -- → S2
| Assignee | ||
Comment 1•7 days ago
|
||
| Assignee | ||
Comment 2•7 days ago
|
||
after talking with the product team, we decided that we should deactivate proxy when it errors, so that traffic doesn't get jammed.
| Assignee | ||
Updated•2 days ago
|
Assignee: nobody → mavduevskiy
Updated•2 days ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Summary: [IPProtection] The app gets stuck in proxy error → [IPProtection] When the app is stuck in a catastrophic state, we don't have clear directions for the user
Whiteboard: [fxdroid]
Updated•2 days ago
|
Updated•2 days ago
|
Attachment #9593281 -
Attachment description: WIP: Bug 2044820 - Enable proxy to disconnect when it errors → Bug 2044820 - Enable proxy to disconnect when it errors
Pushed by mavduevskiy@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/daa557b92a96
https://hg.mozilla.org/integration/autoland/rev/7b3450f26118
Enable proxy to disconnect when it errors r=android-reviewers,jonalmeida
Status: ASSIGNED → RESOLVED
Closed: 1 day ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•