DescriptionMixed Content: introduce WebURLRequest::RequestContext checks.
We're currently performing mixed content checks based on Resource::Type,
which isn't granular enough to support the behavior specified in the
mixed content specification (hence the introduction of the
MixedContentBlockingTreatment enum).
This patch introduces a new static mixed content checking method based
on WebURLRequest::RequestContext, which will allow us to remove most
of the complexity of MixedContentChecking in future patches.
BUG=411184
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181804
Patch Set 1 #Patch Set 2 : Rebase. #
Total comments: 3
Patch Set 3 : Cleanup. #Patch Set 4 : Yay #
Total comments: 1
Patch Set 5 : Rebase. #
Messages
Total messages: 11 (2 generated)
|