Age | Commit message (Collapse) | Author |
|
The SameSite cookie attribute has yet to appear in an official RFC, and
until recently was exclusive to Chrome. However, Firefox has recently
implemented it as well, so it seems prudent to support it.
|
|
|
|
Some cookies are seen in the wild consisting of just a name, without
even a "=" char. This allows parsing them as if they were written
"foo=", that is with an empty value.
Commit amended to add a few more test cases.
|
|
|
|
Previously, an error would be raised when explicitly passing a default
value for either “http_only” or “secure” option.
|
|
* Update copyright years.
* Update erlang.mk.
* Fix triq testing.
|
|
|
|
Google Analytics has been observed to set cookie values containing
commas. We therefore need to accept them for interoperability.
|
|
|
|
|
|
|