Closed Bug 1677812 Opened 4 years ago Closed 3 years ago

Thunderbird appears to be attempting to access the Firefox remote settings server rather than the Thunderbird one

Categories

(Thunderbird :: Search, defect, P1)

Thunderbird 82

Tracking

(thunderbird_esr78 unaffected, thunderbird90 wontfix, thunderbird91+ fixed)

RESOLVED FIXED
91 Branch
Tracking Status
thunderbird_esr78 --- unaffected
thunderbird90 --- wontfix
thunderbird91 + fixed

People

(Reporter: standard8, Assigned: freaktechnik)

Details

Attachments

(1 file)

I was just investigating an issue with Thunderbird and the search configuration, and noticed that Thunderbird is attempting to access:

https://firefox.settings.services.mozilla.com/v1/buckets/monitor/collections/changes/records?collection=url-classifier-skip-urls&bucket=thunderbird

This should be using https://thunderbird-settings.thunderbird.net/v1/...

This only affects Thunderbird beta currently (it will affect release as well when we get that far).

The issue is here:

https://searchfox.org/mozilla-central/rev/277ab3925eae21b419167a34624ec0ab518d0c94/services/settings/Utils.jsm#57-65

The hardcoding of Firefox there is breaking Thunderbird's setup.

Mathieu, could we add an additional check for Thunderbird there and fallback to Thunderbird's server?

Flags: needinfo?(mathieu)

a regression?

I see there's a services.settings.server pref pointing to https://firefox.settings.services.mozilla.com/v1 so I suppose Utils.jsm should use that, and Thunderbird would set it's override to point to the Thunderbird server.

Version: unspecified → Thunderbird 82

This should probably be fixed for 91, otherwise TB will be using the wrong server.

Priority: -- → P1

Just to relay information from phabricator back here: the long-term plan is to use a build constant to set the URL instead of hard coding it. So the pref will probably be replaced with that constant eventually.

Flags: needinfo?(mathieu)
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/aa7523ddc281
Don't force Firefox settings server for Thunderbird. r=leplatrem
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch

This bug has a target milestone of 91 so I'm setting the status-thunderbird91 flag to fixed.

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

Attachment

General

Created:
Updated:
Size: