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)
Firefox
Enterprise Policies
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:
if (AppConstants.MOZ_UPDATE_CHANNEL != "release") {
return true;
}
But a lot of Linuxes use the channel "default" so they get these policies on release.
Assignee | ||
Comment 1•4 years ago
|
||
Once bug 1720389 lands, we can is IS_ESR and EARLY_BETA_OR_EARLIER for ESR policies.
Depends on: 1720389
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
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
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•