mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09: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:
parent
378f01e526
commit
859208a201
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ const PREFS_WHITELIST = [
|
|||
const PREFS_BLACKLIST = [
|
||||
/^network[.]proxy[.]/,
|
||||
/[.]print_to_filename$/,
|
||||
/^print[.]printer_/,
|
||||
/^print[.]macosx[.]pagesetup/,
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue