Skip to content

Commit ea68244

Browse files
committed
chore(bidi): add missing Firefox prefs for disabling telemetry
1 parent 3f40d6e commit ea68244

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/playwright-core/src/server/bidi/third_party/firefoxPrefs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ function defaultProfilePreferences(
125125
'datareporting.healthreport.service.enabled': false,
126126
'datareporting.healthreport.service.firstRun': false,
127127
'datareporting.healthreport.uploadEnabled': false,
128+
'datareporting.usage.uploadEnabled': false,
129+
'telemetry.fog.test.localhost_port': -1,
128130

129131
// Do not show datareporting policy notifications which can interfere with tests
130132
'datareporting.policy.dataSubmissionEnabled': false,

0 commit comments

Comments
 (0)