File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -495,18 +495,9 @@ def _set_firefox_options(
495
495
options .set_preference ("extensions.update.autoUpdateDefault" , False )
496
496
options .set_preference ("extensions.update.enabled" , False )
497
497
options .set_preference ("extensions.update.silent" , True )
498
- options .set_preference (
499
- "datareporting.healthreport.logging.consoleEnabled" , False
500
- )
501
498
options .set_preference ("datareporting.healthreport.service.enabled" , False )
502
- options .set_preference (
503
- "datareporting.healthreport.service.firstRun" , False
504
- )
505
499
options .set_preference ("datareporting.healthreport.uploadEnabled" , False )
506
500
options .set_preference ("datareporting.policy.dataSubmissionEnabled" , False )
507
- options .set_preference (
508
- "datareporting.policy.dataSubmissionPolicyAccepted" , False
509
- )
510
501
options .set_preference ("toolkit.telemetry.unified" , False )
511
502
if proxy_string :
512
503
socks_proxy = False
You can’t perform that action at this time.
0 commit comments