зеркало из https://github.com/mozilla/gecko-dev.git
Bug 603332 - Add extra prefs to about:support whitelist to simplify lookup for common support issues; r=gavin.sharp
This commit is contained in:
Родитель
3ed290d62c
Коммит
e65834716c
|
@ -51,10 +51,10 @@ const ELLIPSIS = Services.prefs.getComplexValue("intl.ellipsis",
|
|||
// under the "accessibility.*" branch.
|
||||
const PREFS_WHITELIST = [
|
||||
"accessibility.",
|
||||
"browser.display.",
|
||||
"browser.fixup.",
|
||||
"browser.history_expire_",
|
||||
"browser.link.open_newwindow",
|
||||
"browser.mousewheel.",
|
||||
"browser.places.",
|
||||
"browser.startup.homepage",
|
||||
"browser.tabs.",
|
||||
|
@ -63,6 +63,7 @@ const PREFS_WHITELIST = [
|
|||
"extensions.checkCompatibility",
|
||||
"extensions.lastAppVersion",
|
||||
"font.",
|
||||
"general.autoScroll",
|
||||
"general.useragent.",
|
||||
"gfx.",
|
||||
"html5.",
|
||||
|
@ -70,7 +71,9 @@ const PREFS_WHITELIST = [
|
|||
"javascript.",
|
||||
"keyword.",
|
||||
"layout.css.dpi",
|
||||
"mousewheel.",
|
||||
"network.",
|
||||
"permissions.default.image",
|
||||
"places.",
|
||||
"plugin.",
|
||||
"plugins.",
|
||||
|
|
Загрузка…
Ссылка в новой задаче