Skip to content

Commit 4277ec4

Browse files
authored
Add security group to a few features (#2061)
1 parent 1fde4cb commit 4277ec4

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

features/iframe-credentialless.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Credentialless iframes
22
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.
33
spec: https://wicg.github.io/anonymous-iframe/
4+
group: security
45
compat_features:
56
- api.HTMLIFrameElement.credentialless
67
- api.Window.credentialless

features/permissions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ name: Permissions
22
description: The `navigator.permissions` API checks whether a permission, such as access to geolocation data, has been granted.
33
spec: https://w3c.github.io/permissions/
44
caniuse: permissions-api
5+
group: security

features/trusted-types.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ name: Trusted types
22
description: Trusted types allow you to lock down insecure parts of the DOM API and prevent client-side cross-site scripting (XSS) attacks.
33
spec: https://w3c.github.io/trusted-types/dist/spec/
44
caniuse: trusted-types
5+
group: security
56
status:
67
compute_from: api.trustedTypes

features/user-activation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: User activation
22
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.
33
spec: https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface
4+
group: security

features/web-cryptography.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ spec:
44
- https://w3c.github.io/webcrypto/
55
- https://wicg.github.io/webcrypto-secure-curves/
66
caniuse: cryptography
7+
group: security
78
status:
89
compute_from: api.Crypto
910
compat_features:

0 commit comments

Comments
 (0)