Age | Commit message (Collapse) | Author |
|
|
|
|
|
+ Add support for UTF-8 in cookie files
* Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at)
|
|
|
|
According to [1] TABs must be used as separators between fields.
Files produces by some tools with spaces as separators are considered
malformed.
1. https://curl.haxx.se/docs/http-cookies.html
This reverts commit cff99c91d150df2a4e21962a3ca8d4ae94533b8c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#21546)
|
|
|
|
|
|
|
|
Despite visual similarity "þ" is unrelated to "p".
It is normally transliterated as "th":
$ echo þ-Þ | iconv -t ASCII//TRANSLIT
th-TH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ISO639Utils (closes #18765)
|
|
session cookies (closes #12929)
|
|
|
|
|
|
(closes #17362)
|
|
(closes #13422)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Introduce geo bypass context
* Add ability to bypass based on IP blocks in CIDR notation
* Introduce --geo-bypass-ip-block
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|