Skip to content

Commit

Permalink
Update Firefox options and extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Dec 15, 2024
1 parent 9033296 commit 57e7b2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions seleniumbase/core/browser_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -2407,8 +2407,6 @@ def _set_firefox_options(
options.set_preference("dom.webnotifications.enabled", False)
options.set_preference("dom.disable_beforeunload", True)
options.set_preference("browser.contentblocking.database.enabled", True)
options.set_preference("extensions.allowPrivateBrowsingByDefault", True)
options.set_preference("extensions.PrivateBrowsing.notification", False)
options.set_preference("extensions.systemAddon.update.enabled", False)
options.set_preference("extensions.update.autoUpdateDefault", False)
options.set_preference("extensions.update.enabled", False)
Expand Down
3 changes: 2 additions & 1 deletion seleniumbase/extensions/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
* ad_block.zip => This extension blocks certain types of iframe ads from loading.
* disable_csp.zip => This extension disables a website's Content-Security-Policy.
* recorder.zip => Save browser actions to sessionStorage with good CSS selectors.
* sbase_ext.zip => An extension that does nothing, but helps people learn things.
* sbase_ext.zip => A Chromium extension that does nothing. (Used for testing purposes)
* firefox_addon.xpi => A Firefox add-on that does nothing. (Used for testing purposes)
Binary file added seleniumbase/extensions/firefox_addon.xpi
Binary file not shown.

0 comments on commit 57e7b2b

Please sign in to comment.