mommynero.blogg.se

Ungoogled chromium flags
Ungoogled chromium flags













ungoogled chromium flags
  1. Ungoogled chromium flags update#
  2. Ungoogled chromium flags manual#
  3. Ungoogled chromium flags code#

  • Block internal requests to Google at runtime.
  • This includes disabling Safe Browsing.
  • Google Host Detector, Google URL Tracker, Google Cloud Messaging, Google Hotwording, etc.)
  • Disable functionality specific to Google domains (e.g.
  • These are the core features introduced by ungoogled-chromium. For more detailed information, it is best to consult the source code. This section overviews the features of ungoogled-chromium. For more details, consult the Design Documentation. These features are implemented as configuration flags, patches, and custom scripts.

    Ungoogled chromium flags manual#

    Disable features that inhibit control and transparency, and add or modify features that promote them (these changes will almost always require manual activation or enabling).Remove all uses of pre-made binaries from the source code, and replace them with user-provided alternatives when possible.

    Ungoogled chromium flags code#

    Remove all code specific to Google web services.Remove all remaining background requests to any web services while building and running the browser.Ungoogled-chromium addresses these issues in the following ways: In addition, Google designed Chromium to be easy and intuitive for users, which means they compromise on transparency and control of internal operations. However, Chromium still has some dependency on Google web services and binaries. Without signing in to a Google Account, Chromium does pretty well in terms of security and privacy. In scenarios where the objectives conflict, the objective of higher significance should take precedence. However, almost all of these features must be manually activated or enabled. ungoogled-chromium features tweaks to enhance privacy, control, and transparency.Unlike other Chromium forks that have their own visions of a web browser, ungoogled-chromium is essentially a drop-in replacement for Chromium. ungoogled-chromium retains the default Chromium experience as closely as possible.ungoogled-chromium is Google Chromium, sans dependency on Google web services.In descending order of significance (i.e. Help is welcome! See the docs/contributing.md document for more information.

    Ungoogled chromium flags update#

    Update comments referencing buildkit to something elseĪ lightweight approach to removing Google web service dependency Utils/downloads.py: Support axel and curl, and download resumptionĬirrus CI: Add pytest-cov to requirements.txtĪdd timestamp manipulation to domain substitution Re-add flag to hide the extensions menu (the puzzle piece icon)Īdd Windows compatibility for prune_binaries.py ( #1592 )ĭevutils/validate_patches.py: Add -dry-run to verbose error Add 'goo.gle' to domain regex, include typescript ( #2073 )















    Ungoogled chromium flags