From bfd2d9a0c96f37adb098befb0848685461d658e1 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Tue, 11 Jun 2013 09:29:37 -0700 Subject: [PATCH] Bug 881763 - Append /mobile/ to about:healthreport URL. r=trivial --- mobile/android/chrome/content/healthreport-prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/chrome/content/healthreport-prefs.js b/mobile/android/chrome/content/healthreport-prefs.js index bcb9eda62c0..5c4a50d3880 100644 --- a/mobile/android/chrome/content/healthreport-prefs.js +++ b/mobile/android/chrome/content/healthreport-prefs.js @@ -3,4 +3,4 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -pref("datareporting.healthreport.about.reportUrl", "https://fhr.cdn.mozilla.net/%LOCALE%/"); +pref("datareporting.healthreport.about.reportUrl", "https://fhr.cdn.mozilla.net/%LOCALE%/mobile/");