зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1090754: Re-enable remote-lookups in release builds (r=sworkman,francois)
This commit is contained in:
Родитель
f9c659ca6c
Коммит
edd891a0be
|
@ -967,7 +967,7 @@ pref("browser.safebrowsing.enabled", true);
|
|||
pref("browser.safebrowsing.malware.enabled", true);
|
||||
pref("browser.safebrowsing.downloads.enabled", true);
|
||||
// Remote lookups are only enabled for Windows in Nightly and Aurora
|
||||
#if defined(XP_WIN) && !defined(RELEASE_BUILD)
|
||||
#if defined(XP_WIN)
|
||||
pref("browser.safebrowsing.downloads.remote.enabled", true);
|
||||
#else
|
||||
pref("browser.safebrowsing.downloads.remote.enabled", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче