diff options
Diffstat (limited to 'mobile/android/chrome/content/healthreport-prefs.js')
-rw-r--r-- | mobile/android/chrome/content/healthreport-prefs.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mobile/android/chrome/content/healthreport-prefs.js b/mobile/android/chrome/content/healthreport-prefs.js new file mode 100644 index 000000000..5c4a50d38 --- /dev/null +++ b/mobile/android/chrome/content/healthreport-prefs.js @@ -0,0 +1,6 @@ +#filter substitution +/* This Source Code Form is subject to the terms of the Mozilla Public + * 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%/mobile/"); |