Skip to content

Commit 57e7b2b

Browse files
committedDec 15, 2024
Update Firefox options and extensions
1 parent 9033296 commit 57e7b2b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
 

‎seleniumbase/core/browser_launcher.py

-2
Original file line numberDiff line numberDiff line change
@@ -2407,8 +2407,6 @@ def _set_firefox_options(
24072407
options.set_preference("dom.webnotifications.enabled", False)
24082408
options.set_preference("dom.disable_beforeunload", True)
24092409
options.set_preference("browser.contentblocking.database.enabled", True)
2410-
options.set_preference("extensions.allowPrivateBrowsingByDefault", True)
2411-
options.set_preference("extensions.PrivateBrowsing.notification", False)
24122410
options.set_preference("extensions.systemAddon.update.enabled", False)
24132411
options.set_preference("extensions.update.autoUpdateDefault", False)
24142412
options.set_preference("extensions.update.enabled", False)

‎seleniumbase/extensions/ReadMe.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
* ad_block.zip => This extension blocks certain types of iframe ads from loading.
1010
* disable_csp.zip => This extension disables a website's Content-Security-Policy.
1111
* recorder.zip => Save browser actions to sessionStorage with good CSS selectors.
12-
* sbase_ext.zip => An extension that does nothing, but helps people learn things.
12+
* sbase_ext.zip => A Chromium extension that does nothing. (Used for testing purposes)
13+
* firefox_addon.xpi => A Firefox add-on that does nothing. (Used for testing purposes)
7.85 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.