You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the idea / solution you'd like
I would like to reconfigure the SameSite policy of the cookies set by copyparty to be SameSite to prevent any possibility of a CSRF.
SameSite=Strict on cookies makes it so requests from different origins cannot use the cookies stored on the page making any CS Requests automatically result in a unauthorized response removing any eventual attack vector your CSRF Script may forgot about.
===
I intended to submit a PR for this instead but after looking around for half an hour I got no idea how your configuration object works nor how you could access it in utils#gencookie 😓