-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iframe credentialless (WIP) #7695
Open
ArthurSonzogni
wants to merge
9
commits into
whatwg:main
Choose a base branch
from
ArthurSonzogni:anonymous-iframe
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Mar 10, 2022
-
Explainer: https://github.com/camillelamy/explainers/blob/main/anonymous_iframes.md Chrome status: https://chromestatus.com/feature/5729461725036544 Summary: - Define the anonymous flag for iframe and Window. - Inheritance is defined similarly to sandbox. However it do not propage toward popups. - Popup opened from anonymous Window use 'noopener'. - Navigation in anonymous iframe are allowed, even if the embedder has COEP:require-corp|credentialless and the response do not. - Define the `page anonymous nonce`, it is used for anonymous Window as an additional keys in: - network-partition-keys, - storage-partition-keys, - cookie-partition-keys This ensures the document is loaded within a new and ephemeral context. This prevents a cross-origin-isolated parent from stealing important data from its child, via a Spectre Attack. - Password autofill must be disabled inside anonymous Window. XXX: implement the corresponding parts on top of: - Fetch => network-partition-keys - StoragePartitioning => storage-partition-keys - CookieHavingIndependantState => cookie-partition-key - Worker.
Configuration menu - View commit details
-
Copy full SHA for c64d811 - Browse repository at this point
Copy the full SHA c64d811View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4653e0e - Browse repository at this point
Copy the full SHA 4653e0eView commit details
Commits on Mar 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2ff9317 - Browse repository at this point
Copy the full SHA 2ff9317View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5467e4f - Browse repository at this point
Copy the full SHA 5467e4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa2623 - Browse repository at this point
Copy the full SHA ffa2623View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfe4abc - Browse repository at this point
Copy the full SHA bfe4abcView commit details
Commits on Mar 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a074a21 - Browse repository at this point
Copy the full SHA a074a21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f0b2a - Browse repository at this point
Copy the full SHA 04f0b2aView commit details
Commits on Nov 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for af2cfac - Browse repository at this point
Copy the full SHA af2cfacView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.