Bug 1574603 - recognize COOP:unsafe-allow-outgoing r=kershaw

Differential Revision: https://phabricator.services.mozilla.com/D42367

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Junior Hsu 2019-08-21 13:37:07 +00:00
Родитель d8feee727d
Коммит cd2404613c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4399,7 +4399,7 @@ NS_IMETHODIMP HttpBaseChannel::GetCrossOriginOpenerPolicy(
// The return value will be true if we find any whitespace. If there is
// whitespace, then it must be followed by "unsafe-allow-outgoing" otherwise
// this is a malformed header value.
bool unsafeAllowOutgoing =
unsafeAllowOutgoing =
t.ReadUntil(Tokenizer::Token::Whitespace(), samenessString);
if (unsafeAllowOutgoing) {
t.SkipWhites();