зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1265358 - Enable blocking of uncommon downloads. r=gcp
MozReview-Commit-ID: FeN0xzfX53S --HG-- extra : rebase_source : 9b0b04212150811ad1e07bddd3025e72385c61e1
This commit is contained in:
Родитель
56cb281548
Коммит
3580657169
|
@ -795,7 +795,7 @@ pref("browser.safebrowsing.downloads.remote.url", "https://sb-ssl.google.com/saf
|
|||
pref("browser.safebrowsing.downloads.remote.block_dangerous", true);
|
||||
pref("browser.safebrowsing.downloads.remote.block_dangerous_host", true);
|
||||
pref("browser.safebrowsing.downloads.remote.block_potentially_unwanted", true);
|
||||
pref("browser.safebrowsing.downloads.remote.block_uncommon", false);
|
||||
pref("browser.safebrowsing.downloads.remote.block_uncommon", true);
|
||||
pref("browser.safebrowsing.debug", false);
|
||||
|
||||
pref("browser.safebrowsing.provider.google.lists", "goog-badbinurl-shavar,goog-downloadwhite-digest256,goog-phish-shavar,goog-malware-shavar,goog-unwanted-shavar");
|
||||
|
|
Загрузка…
Ссылка в новой задаче