diff options
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/modules/Troubleshoot.jsm | 1 |
1 files changed, 1 insertions, 0 deletions
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/, ]; |