From ce71c0fe3f7db1fa1f054d689b7237f36d6d8266 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 2 Jun 2021 09:44:59 +0000 Subject: [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. --- toolkit/modules/Troubleshoot.jsm | 1 + 1 file changed, 1 insertion(+) (limited to 'toolkit') diff --git a/toolkit/modules/Troubleshoot.jsm b/toolkit/modules/Troubleshoot.jsm index 6ee6cb54e5..8ff6be30ba 100644 --- a/toolkit/modules/Troubleshoot.jsm +++ b/toolkit/modules/Troubleshoot.jsm @@ -96,6 +96,7 @@ const PREFS_WHITELIST = [ const PREFS_BLACKLIST = [ /^network[.]proxy[.]/, /[.]print_to_filename$/, + /^print[.]printer_/, /^print[.]macosx[.]pagesetup/, ]; -- cgit v1.2.3