commit 4d75a9862ba8e07531fc7170d74da9b98234a8b6
parent e47eac6f065c1840056990b54d04a583bf289ee6
Author: Tim Huang <tihuang@mozilla.com>
Date: Mon, 3 Nov 2025 14:41:24 +0000
Bug 1995287 - Add Download Protection tables to the Google5 provider on Android. r=geckoview-reviewers,ohall
Differential Revision: https://phabricator.services.mozilla.com/D271006
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/ContentBlocking.java b/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/ContentBlocking.java
@@ -78,6 +78,8 @@ public class ContentBlocking {
public static final SafeBrowsingProvider GOOGLE_SAFE_BROWSING_V5_PROVIDER =
SafeBrowsingProvider.withName("google5")
.lists(
+ "goog-badbinurl-proto",
+ "goog-downloadwhite-proto",
"goog-phish-proto",
"googpub-phish-proto",
"goog-malware-proto",