Bug 524760 - Hide print.macosx.pagesetup* preference from about:support as it's not useful there. r=MattN

This commit is contained in:
Bernardo P. Rittmeyer 2014-07-03 11:26:00 +02:00
parent 77d16fd198
commit 62d3907feb

View File

@ -83,6 +83,7 @@ const PREFS_WHITELIST = [
const PREFS_BLACKLIST = [
/^network[.]proxy[.]/,
/[.]print_to_filename$/,
/^print[.]macosx[.]pagesetup/,
];
this.Troubleshoot = {