Update Firefox preferences

This commit is contained in:
Michael Mintz 2019-07-26 03:00:03 -04:00
parent 06c8287566
commit b0ca4f5592
1 changed files with 4 additions and 0 deletions

View File

@ -175,6 +175,10 @@ def _create_firefox_profile(
profile.set_preference("extensions.update.enabled", False)
profile.set_preference("browser.privatebrowsing.autostart", True)
profile.set_preference("extensions.allowPrivateBrowsingByDefault", True)
profile.set_preference("extensions.PrivateBrowsing.notification", False)
profile.set_preference("extensions.systemAddon.update.enabled", False)
profile.set_preference("extensions.update.autoUpdateDefault", False)
profile.set_preference("extensions.update.enabled", False)
profile.set_preference("devtools.errorconsole.enabled", True)
profile.set_preference(
"datareporting.healthreport.logging.consoleEnabled", False)