Skip to content

Commit 94a3b9e

Browse files
committed
Update default Firefox preferences
1 parent 4911f8a commit 94a3b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def _set_firefox_options(
508508
options.set_preference("devtools.errorconsole.enabled", True)
509509
options.set_preference("dom.webnotifications.enabled", False)
510510
options.set_preference("dom.disable_beforeunload", True)
511-
options.set_preference("browser.contentblocking.database.enabled", False)
511+
options.set_preference("browser.contentblocking.database.enabled", True)
512512
options.set_preference("extensions.allowPrivateBrowsingByDefault", True)
513513
options.set_preference("extensions.PrivateBrowsing.notification", False)
514514
options.set_preference("extensions.systemAddon.update.enabled", False)

0 commit comments

Comments
 (0)