We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4911f8a commit 94a3b9eCopy full SHA for 94a3b9e
seleniumbase/core/browser_launcher.py
@@ -508,7 +508,7 @@ def _set_firefox_options(
508
options.set_preference("devtools.errorconsole.enabled", True)
509
options.set_preference("dom.webnotifications.enabled", False)
510
options.set_preference("dom.disable_beforeunload", True)
511
- options.set_preference("browser.contentblocking.database.enabled", False)
+ options.set_preference("browser.contentblocking.database.enabled", True)
512
options.set_preference("extensions.allowPrivateBrowsingByDefault", True)
513
options.set_preference("extensions.PrivateBrowsing.notification", False)
514
options.set_preference("extensions.systemAddon.update.enabled", False)
0 commit comments