dwaite / cookiejar

Manage client-side HTTP cookies in Ruby
BSD 2-Clause "Simplified" License
42 stars 68 forks source link

Add support to samesite cookie #29

Closed franciscomxs closed 4 years ago

franciscomxs commented 4 years ago

This will prevent CookieJar::InvalidCookieError: Unknown cookie parameter 'samesite'.

dwaite commented 4 years ago

Looks good to me