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

Add sameSiteCookies option to SharedWorker options #22977

Merged
merged 9 commits into from
May 3, 2024
Merged

Conversation

arichiv
Copy link
Contributor

@arichiv arichiv commented May 1, 2024

Summary

sameSiteCookies is a new option for SharedWorker construction that allows a given worker to be restricted to SameSite=None cookies even when created in a first-party context. This is important as only workers without access to SameSite=Lax and SameSite=Strict cookies can be accessed via requestStorageAccess.

Test results and supporting details

This only launched in Chrome: https://chromestatus.com/feature/5175585823522816

Related issues

Relates to mdn/content#33350 and mdn/mdn#543

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label May 1, 2024
@arichiv
Copy link
Contributor Author

arichiv commented May 2, 2024

@teoli2003 for review

The spec was added to browser-specs, not sure how long it takes for updates to propagate to the CI here.

@github-actions github-actions bot added infra 🏗️ Infrastructure issues (npm, GitHub Actions, releases) of this project dependencies ⛓️ Pull requests that update a dependency package or file. labels May 3, 2024
@github-actions github-actions bot removed infra 🏗️ Infrastructure issues (npm, GitHub Actions, releases) of this project dependencies ⛓️ Pull requests that update a dependency package or file. labels May 3, 2024
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

Thank you and welcome to mdn-browser-compat-data! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants