Bug 1461449 - Add password manager and form autofill preferences to about:support. r=sfoster draft
authorMatthew Noorenberghe <mozilla@noorenberghe.ca>
Mon, 14 May 2018 13:13:06 -0700
changeset 795008 e90ad2edde8e074b26cc5e1b2dfaaee852f48c53
parent 795007 699e9816b7ff862cf30db83e8f365cf50d02e90f
push id109827
push usermozilla@noorenberghe.ca
push dateMon, 14 May 2018 20:13:54 +0000
reviewerssfoster
bugs1461449
milestone62.0a1
Bug 1461449 - Add password manager and form autofill preferences to about:support. r=sfoster MozReview-Commit-ID: LlrLPsOGztc
toolkit/modules/Troubleshoot.jsm
--- a/toolkit/modules/Troubleshoot.jsm
+++ b/toolkit/modules/Troubleshoot.jsm
@@ -43,16 +43,17 @@ const PREFS_WHITELIST = [
   "browser.search.useDBForOrder",
   "browser.sessionstore.",
   "browser.startup.homepage",
   "browser.tabs.",
   "browser.urlbar.",
   "browser.zoom.",
   "dom.",
   "extensions.checkCompatibility",
+  "extensions.formautofill.",
   "extensions.lastAppVersion",
   "font.",
   "general.autoScroll",
   "general.useragent.",
   "gfx.",
   "html5.",
   "image.",
   "javascript.",
@@ -70,16 +71,17 @@ const PREFS_WHITELIST = [
   "print.",
   "privacy.",
   "security.",
   "services.sync.declinedEngines",
   "services.sync.lastPing",
   "services.sync.lastSync",
   "services.sync.numClients",
   "services.sync.engine.",
+  "signon.",
   "storage.vacuum.last.",
   "svg.",
   "toolkit.startup.recent_crashes",
   "ui.osk.enabled",
   "ui.osk.detect_physical_keyboard",
   "ui.osk.require_tablet_mode",
   "ui.osk.debug.keyboardDisplayReason",
   "webgl.",