Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Bug 843312 - Disable the sending of Firefox Health report data to pro…
Browse files Browse the repository at this point in the history
…duction for mozbase dependent test harnesses. r=jhammel
  • Loading branch information
whimboo committed Feb 21, 2013
1 parent 66bd6b7 commit 895859d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mozprofile/mozprofile/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ class FirefoxProfile(Profile):
'browser.tabs.warnOnClose' : False,
# Don't warn when exiting the browser
'browser.warnOnQuit': False,
# Don't send Firefox health reports to the production server
'datareporting.healthreport.documentServerURI' : 'http://%(server)s/healthreport/',
# Only install add-ons from the profile and the application scope
# Also ensure that those are not getting disabled.
# see: https://developer.mozilla.org/en/Installing_extensions
Expand Down

0 comments on commit 895859d

Please sign in to comment.