Resolves "Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute" by adding https://drive.google.com/ to host permissions.
Makes cross-origin requests (from chrome-extension:// to https://drive.google.com/) with their cookies OK.
https://drive.google.com/ is the place where we store and then retrieve our images from.
Resolves "Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute" by adding
https://drive.google.com/
to host permissions.Makes cross-origin requests (from
chrome-extension://
tohttps://drive.google.com/
) with their cookies OK.https://drive.google.com/
is the place where we store and then retrieve our images from.