Commit 3f2a9924 authored by boklm's avatar boklm Committed by Matthew Finkel
Browse files

Bug 32493: Disable MOZ_SERVICES_HEALTHREPORT

parent edc75e54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

imply_option('MOZ_PLACES', True)
imply_option('MOZ_SERVICES_HEALTHREPORT', True)
imply_option('MOZ_SERVICES_HEALTHREPORT', False)
imply_option('MOZ_SERVICES_SYNC', True)
imply_option('MOZ_DEDICATED_PROFILES', False)
imply_option('MOZ_BLOCK_PROFILE_DOWNGRADE', False)