-
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
make sure we have necessary fixes from Ungoogled Chromium #1431
Comments
I had gone through the inox-patchset (which is also applied in ungoogled-chromium) to find the mapping with the existing patches.
|
Patches that are specific to ungoogled-chromium (https://github.com/Eloston/ungoogled-chromium/tree/master/patches/ungoogled-chromium), part 1/3. note: items marked with '*', in my opinion, are optional (not specific to disconnecting from Google servers)
|
3 Autofill download manager is disabled by modifying the command line in https://github.com/brave/brave-core/blob/master/app/brave_main_delegate.cc |
15 Disable update pings ... Brave implements its own configurator in https://github.com/brave/brave-core/blob/master/browser/component_updater/brave_component_updater_configurator.cc |
8 Restore classic ntp ... Brave implements its own new tab page, see for example https://github.com/brave/brave-core/blob/master/browser/ui/webui/brave_new_tab_ui.cc and related files |
19 Disable battery API ... this was originally disabled in brave/brave-core#114 and is still disabled, although the code looks different now. See https://github.com/brave/brave-core/blob/master/chromium_src/third_party/blink/renderer/modules/battery/battery_manager.cc for latest code. |
13 Disable missing key warning ... this is covered by brave/brave-core@53c9843. |
I tested my fingerprint using brave with https://amiunique.org/fp and the site can still access the battery api? I would love to use brave as my main browser but this and a lot of other stuff is really weird to me. A "privacy-browser" should lock down these fingerprinting options as good as possible. For example, why can a website read my installed addons? Makes a lot of users unique just by this. EDIT: After posting, I read the newest changelog which includes information about this. So this point apparently is resolved.
Safari also just gives default values back for stuff like fonts, which would also be a great idea. |
I'm going to close this out as non-actionable for the time being, and since its been quiet for about 1.5 years, and since all of the mentioned issues in the comments have been addressed. If more things come up we should grab or align w/ Ungoogled Chromium on though, lets open up more issues for them specifically |
People often ask how Brave compares to https://github.com/Eloston/ungoogled-chromium. This is a tracking issue to go through all the patches and options set in https://github.com/Eloston/ungoogled-chromium and make sure we have any that should be applied to Brave.
The text was updated successfully, but these errors were encountered: