Bug 1286428 - Stop reporting print.printer* preferences in about:support. r=Gijs

These are not generally used for support, and there can be many of them which makes the report larger and harder to understand.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mark Banner 2019-01-31 13:25:08 +00:00
Родитель b0ca3a2b01
Коммит 0bead82230
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -95,6 +95,7 @@ const PREFS_BLACKLIST = [
/^network[.]proxy[.]/,
/[.]print_to_filename$/,
/^print[.]macosx[.]pagesetup/,
/^print[.]printer/,
];
// Table of getters for various preference types.