Bug 1604785 - Exclude browser.fixup.domainwhitelist.* prefs from about:support r=adw

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Matthew Noorenberghe 2019-12-18 18:25:58 +00:00
Родитель cb118751ca
Коммит da50d29a09
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -102,6 +102,7 @@ const PREFS_WHITELIST = [
// The blacklist, unlike the whitelist, is a list of regular expressions.
const PREFS_BLACKLIST = [
/^browser[.]fixup[.]domainwhitelist[.]/,
/^media[.]webrtc[.]debug[.]aec_log_dir/,
/^media[.]webrtc[.]debug[.]log_file/,
/^network[.]proxy[.]/,