-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eliminate network leaks #871
Labels
closed/invalid
Epic
privacy/connect
This requires making a network connection to a third-party service.
privacy
Comments
tildelowengrimm
added
the
privacy/connect
This requires making a network connection to a third-party service.
label
Oct 31, 2018
tildelowengrimm
added
Epic
priority/P3
The next thing for us to work on. It'll ride the trains.
labels
Aug 6, 2019
I dont think this issue still useful? The actionable parts are already captured by other, more specific issues. I'm going to close, though if others disagree no fight from me to reopen it |
pes10k
added
closed/invalid
and removed
priority/P3
The next thing for us to work on. It'll ride the trains.
labels
Jul 24, 2020
This was referenced Oct 19, 2021
This was referenced Oct 19, 2021
Closed
This was referenced Oct 19, 2021
Closed
This was referenced Oct 25, 2021
This was referenced Oct 29, 2021
This was referenced Oct 29, 2021
This was referenced Oct 31, 2021
This was referenced Nov 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed/invalid
Epic
privacy/connect
This requires making a network connection to a third-party service.
privacy
Several processes in Chromium call out the OS APIs which can make independent network requests. Extensions can make network requests. Plugins like Widevine might make network requests. The proxy support in Chromium is explicitly designed for reachability not privacy — Chromium makes no attempt to ensure that all network connections go out via the user-set proxy.
We should ensure that we can confidently control every network request caused by Brave.
The text was updated successfully, but these errors were encountered: