vpm icon indicating copy to clipboard operation
vpm copied to clipboard

Fix attribute warnings

Open ArtemkaKun opened this issue 2 years ago • 0 comments

Cookie “vpm” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite [vpm.vlang.io](https://vpm.vlang.io/)

ArtemkaKun avatar May 07 '23 19:05 ArtemkaKun