mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 593443 - Add some new prefs to the about:support whitelist. r=Mossop
This commit is contained in:
parent
e57317799a
commit
32d76a59ed
@ -51,6 +51,7 @@ const ELLIPSIS = Services.prefs.getComplexValue("intl.ellipsis",
|
||||
// under the "accessibility.*" branch.
|
||||
const PREFS_WHITELIST = [
|
||||
"accessibility.",
|
||||
"browser.cache.",
|
||||
"browser.display.",
|
||||
"browser.fixup.",
|
||||
"browser.history_expire_",
|
||||
@ -67,10 +68,12 @@ const PREFS_WHITELIST = [
|
||||
"general.useragent.",
|
||||
"gfx.",
|
||||
"html5.",
|
||||
"layers.",
|
||||
"image.mem.",
|
||||
"javascript.",
|
||||
"keyword.",
|
||||
"layers.",
|
||||
"layout.css.dpi",
|
||||
"media.",
|
||||
"mousewheel.",
|
||||
"network.",
|
||||
"permissions.default.image",
|
||||
@ -80,6 +83,7 @@ const PREFS_WHITELIST = [
|
||||
"print.",
|
||||
"privacy.",
|
||||
"security.",
|
||||
"svg.",
|
||||
"webgl."
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user