@@ -172,11 +172,8 @@ def _create_firefox_profile(
172
172
profile .set_preference ("pdfjs.disabled" , True )
173
173
profile .set_preference ("app.update.auto" , False )
174
174
profile .set_preference ("app.update.enabled" , False )
175
- profile .set_preference ("app.update.staging" , False )
176
- profile .set_preference ("app.update.silent" , False )
177
- profile .set_preference ("app.update.service.enabled" , False )
178
- profile .set_preference ("dom.disable_beforeunload" , True )
179
175
profile .set_preference ("extensions.update.enabled" , False )
176
+ profile .set_preference ("browser.privatebrowsing.autostart" , True )
180
177
profile .set_preference ("extensions.allowPrivateBrowsingByDefault" , True )
181
178
profile .set_preference ("extensions.PrivateBrowsing.notification" , False )
182
179
profile .set_preference ("devtools.errorconsole.enabled" , True )
@@ -206,12 +203,8 @@ def _create_firefox_profile(
206
203
profile .set_preference (
207
204
"browser.download.manager.showAlertOnComplete" , False )
208
205
profile .set_preference ("browser.shell.checkDefaultBrowser" , False )
209
- profile .set_preference ("browser.tabs.warnOnClose" , False )
210
206
profile .set_preference ("browser.startup.page" , 0 )
211
- profile .set_preference ("browser.privatebrowsing.autostart" , True )
212
207
profile .set_preference ("browser.download.panel.shown" , False )
213
- profile .set_preference (
214
- "browser.safebrowsing.downloads.remote.enabled" , False )
215
208
profile .set_preference (
216
209
"browser.download.animateNotifications" , False )
217
210
profile .set_preference ("browser.download.dir" , downloads_path )
0 commit comments