зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1726547 - Don't show VPN promo link if enterprise policy is active. r=groovecoder
Differential Revision: https://phabricator.services.mozilla.com/D123113
This commit is contained in:
Родитель
97e39c52df
Коммит
e7197d05e2
|
@ -165,7 +165,8 @@ class AboutPrivateBrowsingParent extends JSWindowActorParent {
|
|||
const currentRegion = Region.current || "";
|
||||
return (
|
||||
homeRegion.toLowerCase() !== "cn" &&
|
||||
currentRegion.toLowerCase() !== "cn"
|
||||
currentRegion.toLowerCase() !== "cn" &&
|
||||
Services.policies.status !== Services.policies.ACTIVE
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче