1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

[toolkit] Exclude printer spew from troubleshooting information.

In almost all cases this is pointless to include, a ton of useless entries,
and there's no reason to have people post a full enumeration of installed
printers on their system when asked for TS information.
If there's a printer specific issue, people can always be asked to post relevant
info manually.
This commit is contained in:
Moonchild
2021-06-02 09:44:59 +00:00
committed by roytam1
parent 378f01e526
commit 859208a201
+1
View File
@@ -96,6 +96,7 @@ const PREFS_WHITELIST = [
const PREFS_BLACKLIST = [
/^network[.]proxy[.]/,
/[.]print_to_filename$/,
/^print[.]printer_/,
/^print[.]macosx[.]pagesetup/,
];