Open Bug 1782355 Opened 2 years ago Updated 2 years ago

Replace remaining services.settings.server usage with correct alternatives

Categories

(Firefox :: Remote Settings Client, task)

task

Tracking

()

People

(Reporter: robwu, Unassigned)

References

Details

In bug 1780554, an issue occurred due to the removal of the services.settings.server pref in https://hg.mozilla.org/mozilla-central/rev/54cf464f80b5. The pref wasn't actually used in practice on release due to the changes in bug 1598562.

I audited the codebase and looked for other places where services.settings.server is referenced.

This should have checked Utils.SERVER_URL + AppConstants.REMOTE_SETTINGS_SERVER_URL instead:

These lines should also be cleaned up:

The usage of the pref should probably be re-evaluated, possibly by replacing it with the REMOTE_SETTINGS_SERVER_URL compile-time flag:

You need to log in before you can comment on or make changes to this bug.