Bug 1275591 - Enable plugin content blocking by default. r=bsmedberg

This commit is contained in:
Tobias Schneider 2016-05-25 08:00:32 -07:00
Родитель 4d9a7a0de9
Коммит 8b44908586
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5138,7 +5138,7 @@ pref("browser.safebrowsing.reportPhishURL", "https://%LOCALE%.phish-report.mozil
pref("browser.safebrowsing.reportMalwareMistakeURL", "https://%LOCALE%.malware-error.mozilla.com/?hl=%LOCALE%&url=");
// The table and global pref for blocking plugin content
pref("browser.safebrowsing.blockedURIs.enabled", false);
pref("browser.safebrowsing.blockedURIs.enabled", true);
pref("urlclassifier.blockedTable", "test-block-simple,mozplugin-block-digest256");
// The protocol version we communicate with mozilla server.