Modifications to Google Chromium for removing Google integration and enhancing privacy, control, and transparency (mirror)
Eloston 4857594ec8 Merge pull request #821 from PF4Public/patch-1 | 5 年之前 | |
---|---|---|
.github | 5 年之前 | |
devutils | 5 年之前 | |
docs | 5 年之前 | |
patches | 5 年之前 | |
utils | 5 年之前 | |
.cirrus.yml | 5 年之前 | |
.cirrus_Dockerfile | 5 年之前 | |
.cirrus_requirements.txt | 5 年之前 | |
.gitignore | 6 年之前 | |
.style.yapf | 6 年之前 | |
LICENSE | 5 年之前 | |
README.md | 5 年之前 | |
SUPPORT.md | 5 年之前 | |
chromium_version.txt | 5 年之前 | |
domain_regex.list | 5 年之前 | |
domain_substitution.list | 5 年之前 | |
downloads.ini | 5 年之前 | |
flags.gn | 5 年之前 | |
pruning.list | 5 年之前 | |
revision.txt | 5 年之前 |
A lightweight approach to removing Google web service dependency
ungoogled-chromium is Google Chromium, sans dependency on Google web services. It also features some tweaks to enhance privacy, control, and transparency (almost all of which require manual activation or enabling).
ungoogled-chromium retains the default Chromium experience as closely as possible. Unlike other Chromium forks that have their own visions of a web browser, ungoogled-chromium is essentially a drop-in replacement for Chromium.
Help is always welcome! See the docs/contributing.md document for more information.
Without signing in to a Google Account, Chromium does pretty well in terms of security and privacy. However, Chromium still has some dependency on Google web services and binaries. In addition, Google designed Chromium to be easy and intuitive for users, which means they compromise on transparency and control of inner operations.
ungoogled-chromium addresses these issues in the following ways:
These features are implemented as configuration flags, patches, and custom scripts. For more details, consult the Design Documentation.
This section overviews the features of ungoogled-chromium. For more detailed information, it is best to consult the source code.
Contents of this section:
These are the core features introduced by ungoogled-chromium.
qjz9zk
(known as domain substitution; see docs/design.md for details)chrome://flags
entries to configure disabled-by-default features. See docs/flags.md for the exhaustive list.These are the non-essential features introduced by ungoogled-chromium.
chrome://settings/searchEngines
) for customizing search engine suggestions.http://
, hiding certain parameters)trk:
scheme from connecting to the Internet
qjz9zk
(as used in domain substitution) from attempting a connection.--set-ipv6-probe-false
flag above to adjust the behavior instead.In addition to the features introduced by ungoogled-chromium, ungoogled-chromium selectively borrows many features from the following projects (in approximate order of significance):
See docs/platforms.md for a list of supported platforms.
Other platforms are discussed and tracked in this repository's Issue Tracker. Learn more about using the Issue Tracker under the section Contributing, Reporting, Contacting.
NOTE: These binaries are provided by anyone who are willing to build and submit them. Because these binaries are not necessarily reproducible, authenticity cannot be guaranteed; In other words, there is always a non-zero probability that these binaries may have been tampered with. In the unlikely event that this has happened to you, please report it in a new issue.
These binaries are known as contributor binaries.
Also, ungoogled-chromium is available in several software repositories:
ungoogled-chromium
ungoogled-chromium-bin
is not officially part of ungoogled-chromium. Please submit all issues to the maintainer of the PKGBUILD.::pf4public
overlay maintains an unofficial ungoogled-chromium
ebuild::chaoslab
overlay maintains an unofficial ungoogled-chromium
ebuild (stalled)ungoogled-chromium
.eloston-chromium
This repository only contains the common code for all platforms; it does not contain all the configuration and scripts necessary to build ungoogled-chromium. Most users will want to use platform-specific repos, where all the remaining configuration and scripts are provided for specific platforms:
Find the repo for a specific platform here.
If you wish to include ungoogled-chromium code in your own build process, consider using the tags in this repo. These tags follow the format {chromium_version}-{revision}
where
chromium_version
is the version of Chromium used in x.x.x.x
format, andrevision
is a number indicating the version of ungoogled-chromium for the corresponding Chromium version.Additionally, most platform-specific repos extend their tag scheme upon this one.
Building the source code: See docs/building.md
List of mirrors:
See the frequently-asked questions (FAQ) on the Wiki
List of known projects that fork or use changes from ungoogled-chromium:
BSD-3-clause. See LICENSE