Hullo -- is there any planned support for `SameSit...
# ktor
m
Hullo -- is there any planned support for
SameSite
property on cookies in ktor? https://www.owasp.org/index.php/SameSite
d
Not as far as I’m concerned. But could make sense. Can you fill a issue here https://github.com/ktorio/ktor/issues ? Also PRs are welcome if you have time to implement it yourself 🙂
m
I've raised https://github.com/ktorio/ktor/issues/466 But having had another look, there is an
extensions
map on
Cookie
, which looks like it lets you set arbitrary attributes.