-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(cookie): export/import chips cookies #36168
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
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Export/import partitionKey in Chromium. It is used to partition cookies. Not exposed in the public API yet. Reference: microsoft#35598
Test results for "tests 2"1 fatal errors, not part of any test 97 flaky117583 passed, 3552 skipped Merge workflow run. |
Test results for "tests 1"6 flaky39340 passed, 820 skipped Merge workflow run. |
Export/import topLevelSite cookie property. It is used to partition cookies, see https://github.com/privacycg/CHIPS.
Additionally add private
_chromiumHasCrossSiteAncestor
which is non-standard and used only in Chromium, see https://chromestatus.com/feature/5144832583663616. It allows to support export/import storage state scenarios while does not allow to set it via public API.The field is private because of this note in the feature description above:
Reference: #35598