Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extenson Sorts Images Correctly, but Generates SameSite Error Warnings #10

Open
etcetra opened this issue Jan 17, 2020 · 2 comments
Open

Comments

@etcetra
Copy link

etcetra commented Jan 17, 2020

The extension does sort the images in the Google Photo Album.

It has started to generate this error. Its repeated 15 times.

A cookie associated with a cross-site resource at http://sites.google.com/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.

I found a reference on StackOverFlow:

This console warning is not an error or an actual problem — Chrome is just spreading the word about this new standard to increase developer adoption.

https://stackoverflow.com/questions/58270663/samesite-warning-chrome-77

Screen Shot 2020-01-16 at 11 55 41 PM

In Blogger's editor you can insert images from several sources.

Screen Shot 2020-01-16 at 11 33 44 PM

When you choose "From Google album Archive" you apparently navigate to a archived version of the Google Photos folder instead of the actual Google Photos folder you justed sorted. The photos in folder you access from Blogger's editor are not sorted, yet if you navigate to the actual archive folder in your browser the images are sorted.

https://get.google.com/albumarchive/

@hamada2029
Copy link
Owner

Those warnings (errors) are no problem for now.
And, I know why raise warning.
I think I can deal on future version.

On Blogger editor,
You will get sorted album, if you reload editor page.

@hamada2029
Copy link
Owner

https://github.com/hamada2029/gphotos_sort/releases
On new version (v0.15),
warnings will be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants