Skip to content

Commit df418d4

Browse files
swissspidyfoolipddbeck
authored
Update anonymous-iframe feature (#1460)
Co-authored-by: Philip Jägenstedt <[email protected]> Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 20d2e52 commit df418d4

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

features/draft/spec/anonymous-iframe.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

features/iframe-credentialless.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Iframe credentialless
2+
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.
3+
spec: https://wicg.github.io/anonymous-iframe/
4+
compat_features:
5+
- api.HTMLIFrameElement.credentialless
6+
- api.Window.credentialless
7+
- html.elements.iframe.credentialless

features/draft/spec/anonymous-iframe.yml.dist renamed to features/iframe-credentialless.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated from: anonymous-iframe.yml
1+
# Generated from: iframe-credentialless.yml
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:

0 commit comments

Comments
 (0)