DescriptionCREDENTIAL: Extend FormData opacity to created Request objects
Opaque FormData objects created from 'PasswordCredential::toFormData()'
need to persist their opacity through to Request objects, as defined in
https://w3c.github.io/webappsec/specs/credentialmanagement/#opaque-formdata-algorithms
This patch adjusts 'RequestInit', 'Body', and 'Request' such that opaque
'FormData' bodies lead to opaque 'Body' objects that reject read
attempts from JavaScript.
BUG=526995
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201714
Patch Set 1 #
Total comments: 6
Patch Set 2 : Testing nits. #
Total comments: 1
Patch Set 3 : Initializing variables is a good idea. #
Messages
Total messages: 15 (6 generated)
|