Skip to content

Commit 6a9c64d

Browse files
committed
Bug 1999969 - Enable SafeBrowsing V5 on Desktop. r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D272865
1 parent c8285e2 commit 6a9c64d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/libpref/init/all.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3419,11 +3419,7 @@ pref("browser.safebrowsing.provider.google4.dataSharingURL", "https://safebrowsi
34193419
pref("browser.safebrowsing.provider.google4.dataSharing.enabled", false);
34203420

34213421
// Google Safe Browsing V5 prefs.
3422-
#ifdef NIGHTLY_BUILD
34233422
pref("browser.safebrowsing.provider.google5.enabled", true);
3424-
#else
3425-
pref("browser.safebrowsing.provider.google5.enabled", false);
3426-
#endif
34273423
pref("browser.safebrowsing.provider.google5.lists", "goog-badbinurl-proto,goog-downloadwhite-proto,goog-phish-proto,googpub-phish-proto,goog-malware-proto,goog-unwanted-proto,goog-harmful-proto");
34283424
pref("browser.safebrowsing.provider.google5.updateURL", "https://safebrowsing.googleapis.com/v5/hashLists:batchGet?key=%GOOGLE_SAFEBROWSING_API_KEY%");
34293425
pref("browser.safebrowsing.provider.google5.gethashURL", "https://safebrowsing.googleapis.com/v5/hashes:search?key=%GOOGLE_SAFEBROWSING_API_KEY%");

0 commit comments

Comments
 (0)