Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Tor Browser Tor Browser
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 862
    • Issues 862
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Applications
  • Tor BrowserTor Browser
  • Issues
  • #32493
Closed
Open
Issue created Nov 14, 2019 by boklm@boklmMaintainer

Consider adding MOZ_SERVICES_HEALTHREPORT to mozconfig

Someone suggested on the blog that we unset MOZ_SERVICES_HEALTHREPORT in mozconfig: https://blog.torproject.org/comment/285469#comment-285469

Apparently unsetting this would avoid including the file toolkit/components/telemetry/healthreport-prefs.js, which currently contains:

pref("datareporting.healthreport.infoURL", "https://www.mozilla.org/legal/privacy/firefox.html#health-report");
pref("datareporting.healthreport.uploadEnabled", true);

We already set datareporting.healthreport.uploadEnabled to false, so this wouldn't fix any issue, but would be defense in depth.

Assignee
Assign to
Time tracking