diff options
author | grizzlyuser <grizzlyuser@protonmail.com> | 2020-07-05 19:15:34 +0300 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2020-07-10 11:28:51 +0200 |
commit | b9a3ddac0dfb60417109d9169bd417d1c7c151d3 (patch) | |
tree | a49b8044b406b991d27c38dc209be8ca747ab561 /libre/kopete | |
parent | e5bef2898d4f4c8bbc4a7ca745a1ea40651963f0 (diff) | |
download | abslibre-b9a3ddac0dfb60417109d9169bd417d1c7c151d3.tar.gz abslibre-b9a3ddac0dfb60417109d9169bd417d1c7c151d3.tar.bz2 abslibre-b9a3ddac0dfb60417109d9169bd417d1c7c151d3.zip |
libre/iceweasel: Update data reporting preference overrides
Because data reporting is now hopefully disabled via build config
options, reviewed some of the related preference overrides:
Removed the following preferences:
datareporting.healthreport.uploadEnabled
defined only if MOZ_SERVICES_HEALTHREPORT is defined,
see modules/libpref/init/all.js
datareporting.healthreport.about.reportUrl
Removed upstream, see:
https://bugzilla.mozilla.org/show_bug.cgi?id=1352497
Can be found only in some test files
datareporting.healthreport.documentServerURI
Probably have been removed too, documentServerURI can
now be found only in obsolete documentation and some tests
healthreport.uploadEnabled
cannot be found alone in source tree.
Only datareporting.healthreport.uploadEnabled can be found.
datareporting.policy.dataSubmissionEnabled
defined only if MOZ_DATA_REPORTING is defined,
see modules/libpref/init/all.js
datareporting.healthreport.service.enabled
could find only in some test files
datareporting.policy.firstRunTime
datareporting.policy.dataSubmissionPolicyVersion
could not find in source tree
Also checked the following preferences:
toolkit.telemetry*
still available in the code, so have not removed them
pref("toolkit.telemetry.server_owner", "User");
This is just a nitpicking probably, because upstream preference says
"Mozilla" instead. And that is not true, because of the following
override in vendor.js :)
pref("toolkit.telemetry.server", "127.0.0.1");
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
Diffstat (limited to 'libre/kopete')
0 files changed, 0 insertions, 0 deletions