[webauthn] Pull Request: change sameOriginWithAncestors to crossOrigin, add the latter to collectedClientData

equalsJeffH has just submitted a new pull request for https://github.com/w3c/webauthn:

== change sameOriginWithAncestors to crossOrigin, add the latter to collectedClientData ==
fixes #1271 

This PR changes the `sameOriginWithAncestors` argument ( to both `[[Create]]()` and `[[DiscoverFromExternalSource]]()` ) to be `crossOrigin` (and thus flip its semantic), and also add this value to `collectedClientData`.

This PR assumes a matching PR will soon be opened on the Credential Management spec in order to add the requisite testing of Feature Policy via the web platform's [`allowed to use`](https://html.spec.whatwg.org/multipage/iframe-embed-object.html#allowed-to-use) algorithm, and to change `sameOriginWithAncestors` to be `crossOrigin`, etc.

See https://github.com/w3c/webauthn/pull/1276

Received on Wednesday, 14 August 2019 01:07:12 UTC