summaryrefslogtreecommitdiff
path: root/data/patches/moz-configure-changes.patch
AgeCommit message (Collapse)Author
2019-10-30Disable MOZ_BLOCK_PROFILE_DOWNGRADE.Mark H Weaver
It would be desirable to prevent downgrades from one major version of IceCat to another. However, as MOZ_BLOCK_PROFILE_DOWNGRADE is currently implemented, it prevents downgrades from one build of IceCat-68.2 to an earlier build of IceCat-68.2. Until we can find a satisfactory solution, we disable this functionality entirely. * data/patches/moz-configure-changes.patch: Set MOZ_BLOCK_PROFILE_DOWNGRADE to 'False'.
2019-10-30Disable MOZ_SERVICES_HEALTHREPORT and MOZ_DATA_REPORTING.Mark H Weaver
* data/patches/fix-data-reporting-check.patch: New file. * data/patches/legacy-profiles.patch: Rename to ... * data/patches/moz-configure-changes.patch: ... this, and set MOZ_SERVICES_HEALTHREPORT to False.