Open
Bug 2069057
Opened 23 days ago
Updated 22 days ago
Add an engine setting to disable network requests made outside the Gecko network stack
Categories
(Firefox for Android :: Privacy, task)
Tracking
()
NEW
People
(Reporter: acreskey, Assigned: bea)
References
Details
Fenix warms up app-link DNS via InetAddress.getByName() before Gecko starts (see bug 2067891),
which resolves the host through the OS resolver and bypasses any proxy configured in Gecko.
Embedders like Tor Browser need a Settings flag to opt out of this and any future out-of-stack request as it can be a serious privacy leak.
See discussion in https://phabricator.services.mozilla.com/D322414
| Reporter | ||
Comment 1•23 days ago
|
||
Would need someone with more Geckoview/Fenix experience, but I believe that we could implement this similar to other settings, e.g.
etc.
| Assignee | ||
Updated•23 days ago
|
Assignee: nobody → bea
You need to log in
before you can comment on or make changes to this bug.
Description
•