Closed Bug 1712661 Opened 4 years ago Closed 4 years ago

Stop using the channel name to determine release

Categories

(Firefox :: Enterprise Policies, defect, P5)

defect

Tracking

()

RESOLVED FIXED
92 Branch
Tracking Status
firefox92 --- fixed

People

(Reporter: mkaply, Assigned: mkaply)

References

Details

Attachments

(1 file)

We currently use the channel to determine if a ESR policies are allowed:

https://searchfox.org/mozilla-central/source/toolkit/components/enterprisepolicies/EnterprisePoliciesParent.jsm#459

if (AppConstants.MOZ_UPDATE_CHANNEL != "release") {
return true;
}

But a lot of Linuxes use the channel "default" so they get these policies on release.

Once bug 1720389 lands, we can is IS_ESR and EARLY_BETA_OR_EARLIER for ESR policies.

Depends on: 1720389
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Pushed by mozilla@kaply.com: https://hg.mozilla.org/integration/autoland/rev/77f3006dca73 Use AppConstants not channel for search policies. r=glandium
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: