Skip to content

Commit

Permalink
Add Trusted Types (mozilla#20) as 'defer'.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaron committed Nov 16, 2019
1 parent 9947787 commit eb8a260
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,17 @@
"title": "Transport Layer Security (TLS) Certificate Compression",
"url": "https://tools.ietf.org/html/draft-ietf-tls-certificate-compression"
},
{
"ciuName": null,
"description": "An API that allows applications to lock down DOM XSS injection sinks to only accept non-spoofable, typed values in place of strings.",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1508286",
"mozPosition": "defer",
"mozPositionDetail": null,
"mozPositionIssue": 20,
"org": "W3C",
"title": "Trusted Types",
"url": "https://w3c.github.io/webappsec-trusted-types/dist/spec"
},
{
"ciuName": "webauthn",
"description": "This specification defines an API enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users. Conceptually, one or more public key credentials, each scoped to a given WebAuthn Relying Party, are created by and bound to authenticators as requested by the web application. The user agent mediates access to authenticators and their public key credentials in order to preserve user privacy. Authenticators are responsible for ensuring that no operation is performed without user consent. Authenticators provide cryptographic proof of their properties to Relying Parties via attestation. This specification also describes the functional model for WebAuthn conformant authenticators, including their signature and attestation functionality.",
Expand Down

0 comments on commit eb8a260

Please sign in to comment.