зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1329817 - Enable V4 lookups. r=francois
After this patch is introduced, url-classifier will return merged classify result from V2 and V4. --HG-- extra : rebase_source : 1940f8617547878b87a5808479ef9d46e6722a92
This commit is contained in:
Родитель
eec2adc8fb
Коммит
a1e69433d3
|
@ -5291,7 +5291,11 @@ pref("browser.safebrowsing.id", "navclient-auto-ffox");
|
|||
pref("browser.safebrowsing.id", "Firefox");
|
||||
#endif
|
||||
|
||||
#ifdef NIGHTLY_BUILD
|
||||
pref("browser.safebrowsing.temporary.take_v4_completion_result", true);
|
||||
#else
|
||||
pref("browser.safebrowsing.temporary.take_v4_completion_result", false);
|
||||
#endif
|
||||
|
||||
// Turn off Spatial navigation by default.
|
||||
pref("snav.enabled", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче