File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,9 +310,9 @@ def _create_firefox_profile(
310310 profile .set_preference ("app.update.silent" , True )
311311 profile .set_preference ("browser.formfill.enable" , False )
312312 profile .set_preference ("browser.privatebrowsing.autostart" , True )
313- profile .set_preference ("devtools.errorconsole.enabled" , False )
313+ profile .set_preference ("devtools.errorconsole.enabled" , True )
314314 profile .set_preference ("dom.webnotifications.enabled" , False )
315- profile .set_preference ("dom.disable_beforeunload" , False )
315+ profile .set_preference ("dom.disable_beforeunload" , True )
316316 profile .set_preference ("browser.contentblocking.database.enabled" , False )
317317 profile .set_preference ("extensions.allowPrivateBrowsingByDefault" , True )
318318 profile .set_preference ("extensions.PrivateBrowsing.notification" , False )
You can’t perform that action at this time.
0 commit comments