Skip to content

Commit d546fba

Browse files
iTroozCopilot
andcommitted
feat: disable telemetry and sponsoring requests in Firefox app
Co-authored-by: Copilot <copilot@github.com>
1 parent 227d4ee commit d546fba

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/interceptors/fresh-firefox.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ abstract class Firefox implements Interceptor {
128128
{
129129
// Disable the noisy captive portal check requests
130130
'network.captive-portal-service.enabled': false,
131+
// Disable telemetry requests
132+
'app.shield.optoutstudies.enabled': false,
133+
'datareporting.healthreport.uploadEnabled': false,
134+
'datareporting.usage.uploadEnabled': false,
135+
// Disable sponsors
136+
'browser.newtabpage.activity-stream.showSponsoredCheckboxes': false,
137+
'browser.newtabpage.activity-stream.showSponsoredTopSites': false,
138+
131139

132140
// Disable some annoying tip messages
133141
'browser.chrome.toolbar_tips': false,

0 commit comments

Comments
 (0)