Skip to content
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

What are the advantages in privacy of ungoogled-chromium project over Brave browser? #716

Closed
lluke777 opened this issue Mar 23, 2019 · 2 comments
Labels

Comments

@lluke777
Copy link

What are the advantages in privacy of ungoogled-chromium project over Brave browser?

@Eloston
Copy link
Member

Eloston commented Mar 23, 2019

Related: #543

I'm not sure what Brave has done since then, but I can explain what ungoogled-chromium has in terms of privacy.

Because this project is mainly for disabling any sort of web service dependecy, even the most simple requests the browser can make have been disabled. Not only that, but I've found domain substitution to be an effective tool for blocking out any other data leaks that we miss as we upgrade through the Chromium versions (even if they end up being small requests with no private information in the payload). If you are sensitive to all request that comes out, then this is a helpful feature.

However, there are some flags specifically for hindering JavaScript-based fingerprinting. They are listed in docs/flags.md with the prefix --fingerprinting.

There may be other small changes in the patches that help as well, but I don't remember them off the top of my head.

Let me know if you have more questions.

@lluke777
Copy link
Author

OK. Thank you for clarifying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants