Skip to content
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

Remove no-Domain requirement #46

Merged
merged 4 commits into from
Jul 29, 2022
Merged

Remove no-Domain requirement #46

merged 4 commits into from
Jul 29, 2022

Conversation

DCtheTall
Copy link
Collaborator

After discussing #43 in the call today, we decided that the no-Domain requirement will be removed from CHIPS to help ease the adoption of partitioned cookies and the removal of unpartitioned third-party cookies.

@DCtheTall
Copy link
Collaborator Author

@bvandersloot-mozilla FYI if you'd like to review this change on Mozilla's behalf, I am unable to add you as a reviewer in the GH tool.

README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
@@ -45,7 +44,7 @@ For more information about the design of the Origin-Trial, see the [documentatio
- [Third-party customer support widgets](#third-party-customer-support-widgets)
- [CDN load balancing](#cdn-load-balancing)
- [How to enforce design principles](#how-to-enforce-design-principles)
- [Partitioned cookies must use the `__Host-` prefix](#partitioned-cookies-must-use-the-__host--prefix)
- [`Secure` and `Path` attributes](#secure-and-path-attributes)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does forcing Secure and Path also cause breakage? I'm fine with them being required if not. I really don't expect Secure to, but am less certain on Path.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have not gotten any feedback from partners about breakage due to the Secure requirement, so I am inclined to keep it.

As for Path, the Path=/ requirement is really an artifact of requiring the __Host- prefix. I opened #47 to open a discussion about requiring that CHIPS not be bound to any particular URL path.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, with the SameSite-by-default cookies change (which has been rolled out to Chrome, and I believe is likely to be rolled out on Firefox soon as well), all cross-site cookies already require the Secure attribute. Given that, it is unlikely that the CHIPS requirement will cause breakage.

Copy link
Collaborator

@krgovind krgovind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit, but LGTM otherwise.

README.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants