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

how long we can rely on the Chrome flag (chrome://flags/#third-party-storage-partitioning) #16

Open
michweiss88 opened this issue Jul 16, 2024 · 1 comment

Comments

@michweiss88
Copy link

Our product relies on shared local storage functionality, which is deprecated. We've explored alternatives to address this limitation and currently, the solution to overcome it is by disabling the feature in Chrome flags (chrome://flags/#third-party-storage-partitioning). As this functionality is crucial for us, I'm interested in knowing how long can we rely on the Chrome flag workaround?

@miketaylr
Copy link
Collaborator

The flag is currently scheduled to be removed in Chrome 129 - see https://issues.chromium.org/u/1/issues/346617041. 129 is currently scheduled to be released in mid-September (see https://chromiumdash.appspot.com/schedule).

I would recommend exploring requestStorageAccess for non-cookie storage:

https://chromestatus.com/feature/5175585823522816
https://developers.google.com/privacy-sandbox/blog/saa-non-cookie-storage (this API shipped in Chrome 125 - it's an older blog post that was posted while the idea was experimental but gives some usage examples).

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

No branches or pull requests

2 participants