forked from mirrors/gecko-dev
Bug 1945596 - Firefox should be still sending headers even if there are missing ones a=dmeehan
Original Revision: https://phabricator.services.mozilla.com/D236568 Differential Revision: https://phabricator.services.mozilla.com/D237077
This commit is contained in:
parent
3c8447886d
commit
6d62493b90
1 changed files with 2 additions and 3 deletions
|
|
@ -164,8 +164,8 @@ class API_AVAILABLE(macos(13.3)) MicrosoftEntraSSOUtils final {
|
||||||
("SSORequestDelegate::didCompleteWithAuthorization: "
|
("SSORequestDelegate::didCompleteWithAuthorization: "
|
||||||
"sso_cookies has missing headers"));
|
"sso_cookies has missing headers"));
|
||||||
mozilla::glean::network_sso::entra_success.Get(entraSuccessLabel).Add(1);
|
mozilla::glean::network_sso::entra_success.Get(entraSuccessLabel).Add(1);
|
||||||
[self invokeCallbackOnMainThread];
|
} else {
|
||||||
return;
|
mozilla::glean::network_sso::entra_success.Get("success"_ns).Add(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Append cookie headers retrieved from MS Broker
|
// Append cookie headers retrieved from MS Broker
|
||||||
|
|
@ -192,7 +192,6 @@ class API_AVAILABLE(macos(13.3)) MicrosoftEntraSSOUtils final {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mozilla::glean::network_sso::entra_success.Get("success"_ns).Add(1);
|
|
||||||
|
|
||||||
[self invokeCallbackOnMainThread];
|
[self invokeCallbackOnMainThread];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue