-
Notifications
You must be signed in to change notification settings - Fork 10
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
"first party context" section concerns #206
Comments
Thanks for pointing it out. The section is from the time when Google worked on this spec and we missed updating this part. All the algorithms use the same-origin-domain check so we do same domain and not eTLD+1. I updated the spec text (see associated PR 207), but I have to go closely through the spec algorithms to make sure this is correctly spec'ed as I noticed that a check is missing for workers. |
(This issue once addressed should also close #179.) |
With #207 all occurrences of the undefined "first-party context" concept are now replaced with and reconstructed using the following normatively defined concepts:
I believe the concern raised in this issue has been addressed, thus I'm closing this issue. Thanks @pes10k for flagging this one and helping remove this undefined concept from the spec that was an unfortunate leftover from the earlier version. (I've opened #215 to track the same-origin check for workers separately.) |
This issue is being filed as part of the requested PING review and was broken off from this previous issue
The sub-section on "first party contexts" is doubly confusing.
The text was updated successfully, but these errors were encountered: