Bug 1090754: Re-enable remote-lookups in release builds (r=sworkman,francois)

This commit is contained in:
Monica Chew 2015-03-05 10:54:23 -08:00
Родитель f9c659ca6c
Коммит edd891a0be
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);