GoogleChromeLabs / chromium-bidi

Implementation of WebDriver BiDi for Chromium
https://googlechromelabs.github.io/chromium-bidi/
Apache License 2.0
86 stars 30 forks source link

Support Chrome cookie partition keys #2434

Open OrKoN opened 1 month ago

OrKoN commented 1 month ago

Currently, chromium-bidi only supports source origin which translates to topLevelSite in https://chromedevtools.github.io/devtools-protocol/tot/Network/#type-CookiePartitionKey It should also support hasCrossSiteAncestor to allow testing cookies with this key.

WebDriver BiDi spec allows having implementation-defined partition keys https://w3c.github.io/webdriver-bidi/#module-storage-types.

OrKoN commented 1 month ago

cc @sadym-chromium