]> git.pld-linux.org Git - packages/firefox.git/blob - firefox-Disable-Firefox-Health-Report.patch
- fix and re-enable firefox-middle_click_paste.patch
[packages/firefox.git] / firefox-Disable-Firefox-Health-Report.patch
1 From: Mike Hommey <mh@glandium.org>
2 Date: Fri, 15 Mar 2013 17:08:40 +0100
3 Subject: Disable Firefox Health Report
4
5 ---
6  browser/confvars.sh | 2 +-
7  1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/browser/confvars.sh b/browser/confvars.sh
10 index 35cbdac..906de7a 100644
11 --- a/browser/confvars.sh
12 +++ b/browser/confvars.sh
13 @@ -27,7 +27,7 @@ MOZ_CHROME_FILE_FORMAT=omni
14  MOZ_SAFE_BROWSING=1
15  MOZ_SERVICES_COMMON=1
16  MOZ_SERVICES_CRYPTO=1
17 -MOZ_SERVICES_HEALTHREPORT=1
18 +MOZ_SERVICES_HEALTHREPORT=
19  MOZ_SERVICES_METRICS=1
20  MOZ_SERVICES_SYNC=1
21  MOZ_APP_VERSION=$FIREFOX_VERSION
This page took 0.028041 seconds and 3 git commands to generate.