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:
Родитель
a7b04a6826
Коммит
9538aa7060
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче