-
Notifications
You must be signed in to change notification settings - Fork 8
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
Consider to rename "anonymous" to "credentialless" or some such #5
Comments
Thanks so much for taking the time to look into AnonymousIframe proposal! This question makes sense. Initially, it used to be What would be your prefered direction, without falling into the previous drawbacks? |
@smaug---- , @sefeng211 |
credentialless wouldn't have the drawbacks |
Though, #4 may require something more complicated. (In general I'm rather worried about adding yet another allow/disallow/tweak-features type of attribute to iframe and not reuse existing ones) |
@smaug---- I would be happy to switch to a different attribute. Do you have some proposition? |
credentialless. camillelamy/explainers#20 even suggested something similar 'clean-credentials' But I'm not yet convinced we want yet another attribute to control how the iframe behaves. One might want to use sandbox attribute. |
Yes <iframe credentialless> is nice too. We can switch again if you think this is better. What others are thinking? (@mikewest, @camillelamy, @annevk) If we got this way, the
Okay, I will continue on: mozilla/standards-positions#628 (comment) |
Any update? Seems like some resolution to this issue should block shipping, right? |
I am happy with |
The one nit I have with |
Similar to #1 (window.anonymous usage in the wild) #standardSQL
SELECT page, url
FROM `httparchive.response_bodies.2022_10_01_mobile`
WHERE STRPOS(body, 'window.credentialless') > 0 It returned no occurrence. It seems this won't be an issue using this name. |
Also pleased with the rename. I will update the explainer/spec/chrome.
Thanks for mentioning it! I will make sure to add paragraph while updating it. |
- <iframe anonymous> becomes <iframe credentialless> - `window.anonymouslyFramed` becomes `window.credentialless` - Add a section explaining the difference with COEP:credentialless See:#5
- <iframe anonymous> becomes <iframe credentialless> - `window.anonymouslyFramed` becomes `window.credentialless` - Add a section explaining the difference with COEP:credentialless See:#5
This addresses: WICG/anonymous-iframe#5 This renames: - <iframe anonymous> into <iframe credentialless> - window.anonymouslyFramed into window.credentialless Before merging this patch, I will make sure to give sufficient prior notice to Google Display Ads who are doing some large scale experiment with the OT, which this change might affect. Change-Id: Idb53cfc059f2e0232903a10409f4d349e85498f8
This addresses: WICG/anonymous-iframe#5 This renames: - <iframe anonymous> into <iframe credentialless> - window.anonymouslyFramed into window.credentialless Before merging this patch, I will make sure to give sufficient prior notice to Google Display Ads who are doing some large scale experiment with the OT, which this change might affect. Change-Id: Idb53cfc059f2e0232903a10409f4d349e85498f8
This addresses: WICG/anonymous-iframe#5 This renames: - <iframe anonymous> into <iframe credentialless> - window.anonymouslyFramed into window.credentialless Before merging this patch, I will make sure to give sufficient prior notice to Google Display Ads who are doing some large scale experiment with the OT, which this change might affect. Change-Id: Idb53cfc059f2e0232903a10409f4d349e85498f8
This addresses: WICG/anonymous-iframe#5 This renames: - <iframe anonymous> into <iframe credentialless> - window.anonymouslyFramed into window.credentialless Before merging this patch, I will make sure to give sufficient prior notice to Google Display Ads who are doing some large scale experiment with the OT, which this change might affect. Change-Id: Idb53cfc059f2e0232903a10409f4d349e85498f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4016836 Commit-Queue: Mike West <[email protected]> Reviewed-by: Mohamed Amir Yosef <[email protected]> Reviewed-by: Mike West <[email protected]> Auto-Submit: Arthur Sonzogni <[email protected]> Cr-Commit-Position: refs/heads/main@{#1074551}
This addresses: WICG/anonymous-iframe#5 This renames: - <iframe anonymous> into <iframe credentialless> - window.anonymouslyFramed into window.credentialless Before merging this patch, I will make sure to give sufficient prior notice to Google Display Ads who are doing some large scale experiment with the OT, which this change might affect. Change-Id: Idb53cfc059f2e0232903a10409f4d349e85498f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4016836 Commit-Queue: Mike West <[email protected]> Reviewed-by: Mohamed Amir Yosef <[email protected]> Reviewed-by: Mike West <[email protected]> Auto-Submit: Arthur Sonzogni <[email protected]> Cr-Commit-Position: refs/heads/main@{#1074551}
This addresses: WICG/anonymous-iframe#5 This renames: - <iframe anonymous> into <iframe credentialless> - window.anonymouslyFramed into window.credentialless Before merging this patch, I will make sure to give sufficient prior notice to Google Display Ads who are doing some large scale experiment with the OT, which this change might affect. Change-Id: Idb53cfc059f2e0232903a10409f4d349e85498f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4016836 Commit-Queue: Mike West <[email protected]> Reviewed-by: Mohamed Amir Yosef <[email protected]> Reviewed-by: Mike West <[email protected]> Auto-Submit: Arthur Sonzogni <[email protected]> Cr-Commit-Position: refs/heads/main@{#1074551}
Okay. So this is mostly done:
What is left:
@mikewest also asked what about using
I don't really have a strong opinion. |
I am done updating the PRs. Only the HTML required an update. |
Automatic update from web-platform-tests Rename anonymous iframe. This addresses: WICG/anonymous-iframe#5 This renames: - <iframe anonymous> into <iframe credentialless> - window.anonymouslyFramed into window.credentialless Before merging this patch, I will make sure to give sufficient prior notice to Google Display Ads who are doing some large scale experiment with the OT, which this change might affect. Change-Id: Idb53cfc059f2e0232903a10409f4d349e85498f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4016836 Commit-Queue: Mike West <[email protected]> Reviewed-by: Mohamed Amir Yosef <[email protected]> Reviewed-by: Mike West <[email protected]> Auto-Submit: Arthur Sonzogni <[email protected]> Cr-Commit-Position: refs/heads/main@{#1074551} -- wpt-commits: 26bd77a5f8b9cc70e897fc5eeecb9efe1a228aec wpt-pr: 37003
Automatic update from web-platform-tests Rename anonymous iframe. This addresses: WICG/anonymous-iframe#5 This renames: - <iframe anonymous> into <iframe credentialless> - window.anonymouslyFramed into window.credentialless Before merging this patch, I will make sure to give sufficient prior notice to Google Display Ads who are doing some large scale experiment with the OT, which this change might affect. Change-Id: Idb53cfc059f2e0232903a10409f4d349e85498f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4016836 Commit-Queue: Mike West <[email protected]> Reviewed-by: Mohamed Amir Yosef <[email protected]> Reviewed-by: Mike West <[email protected]> Auto-Submit: Arthur Sonzogni <[email protected]> Cr-Commit-Position: refs/heads/main@{#1074551} -- wpt-commits: 26bd77a5f8b9cc70e897fc5eeecb9efe1a228aec wpt-pr: 37003
Seems like the spec doesn't try to create really anonymous iframes (anonymous feels rather strong word) but rather just credentialless.
The iframes aren't blocked from accessing each others or anything like that and they can access iframes which aren't anonymous.
(this was discussed during a Mozilla meeting on what we think of the proposal)
The text was updated successfully, but these errors were encountered: