Skip to content

Commit a4c738e

Browse files
committed
Bug 1999969 - Enable SafeBrowsing V5 for Mobile. r=dimi,geckoview-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D272866
1 parent 6a9c64d commit a4c738e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/android/geckoview/src/main/java/org/mozilla/geckoview/ContentBlocking.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public class ContentBlocking {
9494
.reportMalwareMistakeUrl("https://%LOCALE%.malware-error.mozilla.com/?url=")
9595
.advisoryUrl("https://developers.google.com/safe-browsing/v4/advisory")
9696
.advisoryName("Google Safe Browsing")
97-
.enabled(BuildConfig.NIGHTLY_BUILD)
97+
.enabled(true)
9898
.build();
9999

100100
/** Protected constructor - this class shouldn't be instantiated. */

0 commit comments

Comments
 (0)