1 रिपॉजिटरी
Blocking network connections by replacing domain strings with non-existent alternatives in the source code.
Distinguishing note: None of the candidates cover source-level string replacement for the purpose of blocking network requests.
Explore 1 awesome GitHub repository matching security & cryptography · Source-Level Request Blocking. Refine with filters or upvote what's useful.
Ungoogled-Chromium is a privacy-focused web browser based on Chromium that is stripped of background requests and telemetry to prevent data collection by third parties. It functions as a hardened environment created by removing built-in service integrations and blocking runtime requests to stop automatic data transmission to remote servers. The project distinguishes itself through source-code level modifications, including the replacement of specific domain strings with non-existent alternatives to block network connections. It utilizes static build-time service removal to eliminate telemetry
Replaces specific domain strings with non-existent alternatives directly in the source code to block network connections.