mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 524760 - Hide print.macosx.pagesetup* preference from about:support as it's not useful there. r=MattN
This commit is contained in:
parent
77d16fd198
commit
62d3907feb
@ -83,6 +83,7 @@ const PREFS_WHITELIST = [
|
||||
const PREFS_BLACKLIST = [
|
||||
/^network[.]proxy[.]/,
|
||||
/[.]print_to_filename$/,
|
||||
/^print[.]macosx[.]pagesetup/,
|
||||
];
|
||||
|
||||
this.Troubleshoot = {
|
||||
|
Loading…
Reference in New Issue
Block a user