Bug 1727728 - Fix same-origin typo in SRICheck.cpp. r=freddyb

Changes "same origin" to "same-origin"

Differential Revision: https://phabricator.services.mozilla.com/D132310
This commit is contained in:
p-ob 2021-11-29 08:32:39 +00:00
Родитель b2eaa9cab6
Коммит a910b42751
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -74,7 +74,7 @@ static nsresult IsEligible(nsIChannel* aChannel,
SRILOG(("SRICheck::IsEligible, same-origin"));
return NS_OK;
}
SRILOG(("SRICheck::IsEligible, NOT same origin"));
SRILOG(("SRICheck::IsEligible, NOT same-origin"));
NS_ConvertUTF8toUTF16 requestSpecUTF16(requestSpec);
nsTArray<nsString> params;