
This breaks captive portal detection, but captive portals still work.Disable intranet redirect detector (extraneous DNS requests).Disable automatic formatting of URLs in Omnibox (e.g.(See docs/design.md for details on the system.) It currently supports many Linux distributions, macOS, and Windows. Add a custom cross-platform build configuration and packaging wrapper for Chromium.Add Omnibox search provider "No Search" to allow disabling of searching.Add more URL schemes allowed to save page schemes.

#Ungoogled chromium faq code
Strip binaries from the source code (known as binary pruning see docs/design.md for details).In other words, no connections are attempted to the qjz9zk domain. This feature is implemented by replacing many Google web domains in the source code with non-existent alternatives ending in qjz9zk (known as domain substitution see docs/design.md for details), then modifying Chromium to block its own requests with such domains. This feature is a fail-safe measure for the above, in case Google changes or introduces new components that our patches do not disable. 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 faq manual

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. A lightweight approach to removing Google web service dependency
