NEW 218002
SameSite=Lax cookies are not sent along with fetch request from extension
https://bugs.webkit.org/show_bug.cgi?id=218002
Summary SameSite=Lax cookies are not sent along with fetch request from extension
Rajaram Gaunker
Reported 2020-10-20 16:29:06 PDT
We are migrating a chrome WebExtension. The extension makes API calls from the popup to our domain. We are a subscription service and expect auth-cookie to be sent along with API requests from the extension. Our auth cookies are SameSite=Lax. Chrome and Firefox allow SameSite=Lax cookie to be sent with API calls from the extension, but Safari does not. The expected behavior is: SameSite: Lax cookies should follow the behavior as extension in Chrome and Firefox.
Attachments
Smoley
Comment 1 2020-10-22 14:07:03 PDT
Thanks for filing. For internal tracking this may be related to rdar://64303685.
Radar WebKit Bug Importer
Comment 2 2020-10-22 14:08:11 PDT
Note You need to log in before you can comment on or make changes to this bug.