зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1720390 - Match any .live.com domain for Windows single sign on. r=nhnt11,necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D120350
This commit is contained in:
Родитель
995d5a100a
Коммит
ace9eb01d5
|
@ -62,7 +62,7 @@ void AddWindowsSSO(nsHttpChannel* channel) {
|
||||||
nsAutoCString host;
|
nsAutoCString host;
|
||||||
uri->GetHost(host);
|
uri->GetHost(host);
|
||||||
bool addCookies = false;
|
bool addCookies = false;
|
||||||
if (host.Equals("login.live.com")) {
|
if (StringEndsWith(host, ".live.com"_ns)) {
|
||||||
addCookies = true;
|
addCookies = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче