зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1333423 - multiProcessCompatible=false should always be honored. r=felipe
This commit is contained in:
Родитель
87beaef2df
Коммит
4c029d3114
|
@ -938,11 +938,11 @@ Object.defineProperty(this, "isAddonPartOfE10SRollout", {
|
|||
|
||||
let policy = RolloutPolicy[policyId];
|
||||
|
||||
if (policy.alladdons) {
|
||||
if (aAddon.mpcOptedOut == true) {
|
||||
return false;
|
||||
}
|
||||
if (aAddon.mpcOptedOut == true) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (policy.alladdons) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче