Chromium Code Reviews
DescriptionReplace SecurityContext::InsecureRequestsPolicy with WebInsecureRequestPolicy.
Introduced in https://codereview.chromium.org/2046523005, WebInsecureRequestPolicy
aims to represent the complete policy set by a context for insecure
requests. This patch expands its usage from //core/frame/csp to encompass
all of blink, replacing 'SecurityContext::InsecureRequestsPolicy' and
the strict mixed content checking boolean in various bits of our loading
infrastructure.
The next step will be to replicate this bitfield to remote frames instead
of replicating the strict mixed content checking boolean.
[Step 1]: https://codereview.chromium.org/2046523005
[Step 2]: This patch.
[Step 3]: https://codereview.chromium.org/2046733003
BUG=617947
R=yoav@yoav.ws
Committed: https://crrev.com/12f4d38a6a405aa5c07b235048cab2d478b0b92c
Cr-Commit-Position: refs/heads/master@{#398879}
Patch Set 1 #
Total comments: 1
Patch Set 2 : ugh. #Patch Set 3 : cast #Patch Set 4 : Ugh. #Messages
Total messages: 36 (18 generated)
|