Skip to content

Commit

Permalink
Add security group to a few features (web-platform-dx#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored and vwallen committed Nov 5, 2024
1 parent cd6c813 commit 856a7df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/iframe-credentialless.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Credentialless iframes
description: The `credentialless` attribute for the `<iframe>` HTML element loads third-party content in an ephemeral context and does not send any credentials such as cookies. When using cross-origin isolation, this allows you to embed content that does not send `Cross-Origin-Embedder-Policy` headers.
spec: https://wicg.github.io/anonymous-iframe/
group: security
compat_features:
- api.HTMLIFrameElement.credentialless
- api.Window.credentialless
Expand Down
1 change: 1 addition & 0 deletions features/permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ name: Permissions
description: The `navigator.permissions` API checks whether a permission, such as access to geolocation data, has been granted.
spec: https://w3c.github.io/permissions/
caniuse: permissions-api
group: security
1 change: 1 addition & 0 deletions features/trusted-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ name: Trusted types
description: Trusted types allow you to lock down insecure parts of the DOM API and prevent client-side cross-site scripting (XSS) attacks.
spec: https://w3c.github.io/trusted-types/dist/spec/
caniuse: trusted-types
group: security
status:
compute_from: api.trustedTypes
1 change: 1 addition & 0 deletions features/user-activation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: User activation
description: The `navigator.userActivation` API reveals whether the user has interacted with the page through an "activation" gesture such as a click, tap, or key press. User activation gated APIs (such as the fullscreen API) fail without user interaction, and this API allows you to predict such a failure.
spec: https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface
group: security
1 change: 1 addition & 0 deletions features/web-cryptography.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ spec:
- https://w3c.github.io/webcrypto/
- https://wicg.github.io/webcrypto-secure-curves/
caniuse: cryptography
group: security
status:
compute_from: api.Crypto
compat_features:
Expand Down

0 comments on commit 856a7df

Please sign in to comment.