commit a4c738e438a6eb5f01533846eeb2f0b150c9d14d
parent 6a9c64dee1449aae00f987b0b1c8a6ae4648e236
Author: Tim Huang <tihuang@mozilla.com>
Date: Tue, 18 Nov 2025 16:04:00 +0000
Bug 1999969 - Enable SafeBrowsing V5 for Mobile. r=dimi,geckoview-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D272866
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
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
@@ -94,7 +94,7 @@ public class ContentBlocking {
.reportMalwareMistakeUrl("https://%LOCALE%.malware-error.mozilla.com/?url=")
.advisoryUrl("https://developers.google.com/safe-browsing/v4/advisory")
.advisoryName("Google Safe Browsing")
- .enabled(BuildConfig.NIGHTLY_BUILD)
+ .enabled(true)
.build();
/** Protected constructor - this class shouldn't be instantiated. */