Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-08 | Proxy-Connection: stop sending this header by default | Daniel Stenberg | |
RFC 7230 says we should stop. Firefox already stopped. Bug: https://github.com/curl/curl/issues/633 Reported-By: Brad Fitzpatrick Closes #633 | |||
2013-04-11 | test1218: another cookie tailmatch test | Daniel Stenberg | |
... and make 1216 also verify it with a file input These tests verify commit 3604fde3d3c9b0d, the fix for the "cookie domain tailmatch" vulnerability. See http://curl.haxx.se/docs/adv_20130412.html | |||
2013-04-09 | test1216: test tailmatching cookie domains | Daniel Stenberg | |
This test is an attempt to repeat the problem YAMADA Yasuharu reported at http://curl.haxx.se/mail/lib-2013-04/0108.html |