penge / my-notes

Simple and fast note-taking in Chrome with Google Drive support.
https://chrome.google.com/webstore/detail/my-notes/lkeeogfaiembcblonahillacpaabmiop
MIT License
242 stars 34 forks source link

Add host permission for `drive.google.com` #268

Closed penge closed 3 years ago

penge commented 3 years ago

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.