Skip to content

Commit 5cd2e4a

Browse files
committed
Update Firefox preferences
1 parent efb607d commit 5cd2e4a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -538,10 +538,8 @@ def _set_firefox_options(
538538
options.set_preference("pdfjs.disabled", True)
539539
options.set_preference("app.update.auto", False)
540540
options.set_preference("app.update.enabled", False)
541-
options.set_preference("app.update.silent", True)
542541
options.set_preference("browser.formfill.enable", False)
543-
options.set_preference("browser.privatebrowsing.autostart", False)
544-
options.set_preference("devtools.errorconsole.enabled", True)
542+
options.set_preference("browser.privatebrowsing.autostart", True)
545543
options.set_preference("dom.webnotifications.enabled", False)
546544
options.set_preference("dom.disable_beforeunload", True)
547545
options.set_preference("browser.contentblocking.database.enabled", True)
@@ -550,7 +548,6 @@ def _set_firefox_options(
550548
options.set_preference("extensions.systemAddon.update.enabled", False)
551549
options.set_preference("extensions.update.autoUpdateDefault", False)
552550
options.set_preference("extensions.update.enabled", False)
553-
options.set_preference("extensions.update.silent", True)
554551
options.set_preference("datareporting.healthreport.service.enabled", False)
555552
options.set_preference("datareporting.healthreport.uploadEnabled", False)
556553
options.set_preference("datareporting.policy.dataSubmissionEnabled", False)

0 commit comments

Comments
 (0)