Bug 1275591 - Enable plugin content blocking by default

MozReview-Commit-ID: EfwrmYzPzXo

--HG--
extra : rebase_source : fea9f8fd9326b34a249f8333337da80318b034eb
This commit is contained in:
Tobias Schneider 2016-07-13 14:39:41 -04:00
Родитель 85f84860d8
Коммит 299dd8b93f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5123,7 +5123,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.