Bug 1361798 - Configure Nightly to download and use the flash 3rd party blocklist, in preparation for switching Flash as Click-to-Activate. r=bsmedberg

This pref change will means that Flash will also start to be blocked on null or system principals, including chrome-privileged test files (e.g. mochitest-chrome/browser-chrome).

MozReview-Commit-ID: CmxF2dJubwS
This commit is contained in:
Felipe Gomes 2017-05-03 18:12:44 -03:00
Родитель df806a1923
Коммит d8b5706710
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -683,6 +683,10 @@ pref("plugin.defaultXpi.state", 2);
pref("plugin.state.flash", 2);
pref("plugin.state.java", 1);
#ifdef NIGHTLY_BUILD
pref("plugins.flashBlock.enabled", true);
#endif
#ifdef XP_WIN
pref("browser.preferences.instantApply", false);
#else