зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1479898 - P3. Increase the application reputation remote lookup timeout to 15sec. r=francois
3% download protection remote lookup failures are from timeout. Increase the timeout from 10sec to 15sec to see if this help. Differential Revision: https://phabricator.services.mozilla.com/D5265 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
d81ea01968
Коммит
08b5cd489f
|
@ -5463,7 +5463,7 @@ pref("browser.safebrowsing.id", "Firefox");
|
|||
// Download protection
|
||||
pref("browser.safebrowsing.downloads.enabled", true);
|
||||
pref("browser.safebrowsing.downloads.remote.enabled", true);
|
||||
pref("browser.safebrowsing.downloads.remote.timeout_ms", 10000);
|
||||
pref("browser.safebrowsing.downloads.remote.timeout_ms", 15000);
|
||||
pref("browser.safebrowsing.downloads.remote.url", "https://sb-ssl.google.com/safebrowsing/clientreport/download?key=%GOOGLE_API_KEY%");
|
||||
pref("browser.safebrowsing.downloads.remote.block_dangerous", true);
|
||||
pref("browser.safebrowsing.downloads.remote.block_dangerous_host", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче