--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/5dd25258-716f-4551-80e1-2ca5d462e602%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
There should be no changes to chrome.cookies.get or to chrome.webRequest.Are the cookies you are expecting default/unspecified, or no_restriction? If they are no_restriction, they must also be Secure or they will be ignored and not sent (if #cookies-without-same-site-must-be-secure is enabled). Maybe that is why you're not getting the expected cookies. Alternatively, try turning off #cookies-without-same-site-must-be-secure, or setting the Secure attribute on the cookie if you haven't already done so.
From: kurtextrem <kurte...@gmail.com>
Date: Wed, May 8, 2019 at 10:41 AM
To: Chromium Extensions
Cc: <mk...@chromium.org>, <karan...@chromium.org>
Are there any restrictions for chrome.cookies.get and or for chrome.webRequest?--While testing #same-site-by-default-cookies & #cookies-without-same-site-must-be-secure, it seemed like the Cookie header went missing from the chrome.webRequest.onBeforeSendHeaders details (extraHeaders set). When I turn off the flags, it works again.
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
If I read correctly, does this imply when turning on both flags/one of the flags, I must set SameSite to all cookies, I want to have in the request, using my extension?
The cookies are "Secure", SameSite unspecified. I send a fetch request with the options: `credentials: "include", mode: "cors"`.
If I read correctly, does this imply when turning on both flags/one of the flags, I must set SameSite to all cookies, I want to have in the request, using my extension?
Am Mittwoch, 8. Mai 2019 16:50:00 UTC+2 schrieb Lily Chen:
There should be no changes to chrome.cookies.get or to chrome.webRequest.Are the cookies you are expecting default/unspecified, or no_restriction? If they are no_restriction, they must also be Secure or they will be ignored and not sent (if #cookies-without-same-site-must-be-secure is enabled). Maybe that is why you're not getting the expected cookies. Alternatively, try turning off #cookies-without-same-site-must-be-secure, or setting the Secure attribute on the cookie if you haven't already done so.
From: kurtextrem <kurte...@gmail.com>
Date: Wed, May 8, 2019 at 10:41 AM
To: Chromium Extensions
Cc: <mk...@chromium.org>, <karan...@chromium.org>
Are there any restrictions for chrome.cookies.get and or for chrome.webRequest?--While testing #same-site-by-default-cookies & #cookies-without-same-site-must-be-secure, it seemed like the Cookie header went missing from the chrome.webRequest.onBeforeSendHeaders details (extraHeaders set). When I turn off the flags, it works again.
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/5dd25258-716f-4551-80e1-2ca5d462e602%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/29ca0d15-8de2-4a0d-b815-22339c38f006%40chromium.org.