File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2407,8 +2407,6 @@ def _set_firefox_options(
2407
2407
options .set_preference ("dom.webnotifications.enabled" , False )
2408
2408
options .set_preference ("dom.disable_beforeunload" , True )
2409
2409
options .set_preference ("browser.contentblocking.database.enabled" , True )
2410
- options .set_preference ("extensions.allowPrivateBrowsingByDefault" , True )
2411
- options .set_preference ("extensions.PrivateBrowsing.notification" , False )
2412
2410
options .set_preference ("extensions.systemAddon.update.enabled" , False )
2413
2411
options .set_preference ("extensions.update.autoUpdateDefault" , False )
2414
2412
options .set_preference ("extensions.update.enabled" , False )
Original file line number Diff line number Diff line change 9
9
* ad_block.zip => This extension blocks certain types of iframe ads from loading.
10
10
* disable_csp.zip => This extension disables a website's Content-Security-Policy.
11
11
* 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)
You can’t perform that action at this time.
0 commit comments