Bug 1488316: blacklist webrtc debug log prefs from troubleshooting. r=ng

Differential Revision: https://phabricator.services.mozilla.com/D5638

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nils Ohlmeier [:drno] 2018-09-12 05:10:16 +00:00
Родитель 36ff93dc81
Коммит 659b46f11a
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -90,6 +90,8 @@ const PREFS_WHITELIST = [
// The blacklist, unlike the whitelist, is a list of regular expressions.
const PREFS_BLACKLIST = [
/^media[.]webrtc[.]debug[.]aec_log_dir/,
/^media[.]webrtc[.]debug[.]log_file/,
/^network[.]proxy[.]/,
/[.]print_to_filename$/,
/^print[.]macosx[.]pagesetup/,