dwaite / cookiejar

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

[FIX] Bypass cookie validation #23

Open sfeuga opened 6 years ago

sfeuga commented 6 years ago

Monkey patch for this issue: https://github.com/dwaite/cookiejar/issues/19

ChaoticBoredom commented 6 years ago

@dwaite Is this still maintained? This seems like a reasonable PR and is something our organization needs.

markcatley commented 4 years ago

FYI I just raised #35 that fixes this in a standards-compliant way.