File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,10 @@ def _create_firefox_profile(
175
175
profile .set_preference ("extensions.update.enabled" , False )
176
176
profile .set_preference ("browser.privatebrowsing.autostart" , True )
177
177
profile .set_preference ("extensions.allowPrivateBrowsingByDefault" , True )
178
+ profile .set_preference ("extensions.PrivateBrowsing.notification" , False )
179
+ profile .set_preference ("extensions.systemAddon.update.enabled" , False )
180
+ profile .set_preference ("extensions.update.autoUpdateDefault" , False )
181
+ profile .set_preference ("extensions.update.enabled" , False )
178
182
profile .set_preference ("devtools.errorconsole.enabled" , True )
179
183
profile .set_preference (
180
184
"datareporting.healthreport.logging.consoleEnabled" , False )
You can’t perform that action at this time.
0 commit comments