-
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
Policy container #6
Comments
I think it make sense. I was modeled similarly to sandbox. Chrome is moving the document's sandbox into the document's PolicyContainer. Actually, this came up during a code review: |
This was suggested during code review here: https://chromium-review.googlesource.com/c/chromium/src/+/3634527/18/third_party/blink/renderer/core/loader/frame_loader.cc And also suggested by annevk@ (Mozilla) here: WICG/anonymous-iframe#6 Fixed: 1325733 Bug: 1325733 Change-Id: I21bad14af5b84f9fc31ab62f2a4d1ba6cdd91f2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3695248 Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Antonio Sartori <[email protected]> Commit-Queue: Arthur Sonzogni <[email protected]> Cr-Commit-Position: refs/heads/main@{#1014925}
This was suggested during code review here: https://chromium-review.googlesource.com/c/chromium/src/+/3634527/18/third_party/blink/renderer/core/loader/frame_loader.cc And also suggested by annevk@ (Mozilla) here: WICG/anonymous-iframe#6 Fixed: 1325733 Bug: 1325733 Change-Id: I21bad14af5b84f9fc31ab62f2a4d1ba6cdd91f2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3695248 Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Antonio Sartori <[email protected]> Commit-Queue: Arthur Sonzogni <[email protected]> Cr-Commit-Position: refs/heads/main@{#1014925} NOKEYCHECK=True GitOrigin-RevId: e41678a49a5eed60e29b0a313ad4f495ecd4d0c9
Should the anonymous bit be stored on a policy container? It seems like it is meant to inherit into all the relevant places.
The text was updated successfully, but these errors were encountered: