cloudflare-workers-async-google-analytics
cloudflare-workers-async-google-analytics copied to clipboard
fix: specify SameSite attribute explicitly
Specify SameSite
attribute of the Set-Cookie
explicitly to clearly communicate the intent which SameSite
policy applies to the uuid cookie and prevent the 'Some cookies are misusing the "sameSite" attribute' message in console.
If you do not think this is necessary, simply close this pull request. 😀