Bug 1783831 - Use requesting location for content blocking decision. r=mkmelin

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

--HG--
extra : rebase_source : a74529ee918925397bfcece010fb24b36d43ad9f
extra : amend_source : d6b86d25c8d6b7e0124353ecfa2bec7f8c442404
This commit is contained in:
Kai Engert 2022-08-11 20:29:04 +10:00
Родитель a7b04a6826
Коммит 9538aa7060
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -393,7 +393,7 @@ nsMsgContentPolicy::ShouldLoad(nsIURI* aContentLocation, nsILoadInfo* aLoadInfo,
}
// The default decision is still to reject.
ShouldAcceptContentForPotentialMsg(originatorLocation, aContentLocation,
ShouldAcceptContentForPotentialMsg(aRequestingLocation, aContentLocation,
aDecision);
return NS_OK;
}