Skip to content

Commit 06c8287

Browse files
committed
Update Firefox preferences
1 parent 336bcde commit 06c8287

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ def _create_firefox_profile(
175175
profile.set_preference("extensions.update.enabled", False)
176176
profile.set_preference("browser.privatebrowsing.autostart", True)
177177
profile.set_preference("extensions.allowPrivateBrowsingByDefault", True)
178-
profile.set_preference("extensions.PrivateBrowsing.notification", False)
179178
profile.set_preference("devtools.errorconsole.enabled", True)
180179
profile.set_preference(
181180
"datareporting.healthreport.logging.consoleEnabled", False)

0 commit comments

Comments
 (0)