We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f40d6e commit ea68244Copy full SHA for ea68244
1 file changed
packages/playwright-core/src/server/bidi/third_party/firefoxPrefs.ts
@@ -125,6 +125,8 @@ function defaultProfilePreferences(
125
'datareporting.healthreport.service.enabled': false,
126
'datareporting.healthreport.service.firstRun': false,
127
'datareporting.healthreport.uploadEnabled': false,
128
+ 'datareporting.usage.uploadEnabled': false,
129
+ 'telemetry.fog.test.localhost_port': -1,
130
131
// Do not show datareporting policy notifications which can interfere with tests
132
'datareporting.policy.dataSubmissionEnabled': false,
0 commit comments