Some cookies are misusing the recommended “sameSite“ attribute

Ghost uses unpkg to load some resources. For example the content-api script.

unpkg requires cookies which should be set with the same site property.

Currently this causes warnings in Firefox and Chrome. Future versions however may not support these calls.

@DBauszus Can you provide screenshots and show us where you’re seeing this?

Nothing in Ghost itself uses the Content API script, sounds like it might be a 3rd party issue

For example the landing page of our blog.

https://blog.geolytix.net/

We are loading the content-api from this link:

https://unpkg.com/@tryghost/content-api@1.3.4/umd/content-api.min.js

The warning looks like this:

I got the link from here… Looks to be genuine ghost information.

https://ghost.org/docs/api/v3/javascript/content/

Those warnings are clearly indicating 3 google cookies and all from analytics.js. These are problems to do with Google Tag Manager and Google Analytics. Nothing to do with Ghost, the content API or unpkg.com.