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

Disable Google Safe Browsing in WebViews #13743

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. Disable Google Safe Browsing in WebViews

    By default, Google Safe Browsing is enabled in WebView objects; see https://developer.android.com/develop/ui/views/layout/webapps/managing-webview#safe-browsing. Safe Browsing requires sending any URLs loaded in WebViews to Google to check for malicious contents. As the WebView URLs loaded are generally either Signal websites or reputable payment providers for donations, the potential security benefits of Google scanning for phishing websites outweigh the privacy issues of sending this information to Google.
    colleirose authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    44b2beb View commit details
    Browse the repository at this point in the history