]> granicus.if.org Git - curl/commit
cookies: Add support for Mozilla's Publix Suffix List
authorTim Rühsen <tim.ruehsen@gmx.de>
Tue, 29 Sep 2015 09:33:01 +0000 (11:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 17 Oct 2015 14:37:49 +0000 (16:37 +0200)
commite77b5b7453c1e8ccd7ec0816890d98e2f392e465
treeae7b513cc29249c745755a353ecc240dee912f0f
parent684816cd9b846a955947ef57e269b12e5224f408
cookies: Add support for Mozilla's Publix Suffix List

Use libpsl to check the domain value of Set-Cookie headers (and cookie
jar entries) for not being a Publix Suffix.

The configure script checks for "libpsl" by default. Disable the check
with --without-libpsl.

Ref: https://publicsuffix.org/
Ref: https://github.com/publicsuffix/list
Ref: https://github.com/rockdaboot/libpsl
configure.ac
lib/cookie.c
lib/version.c
src/tool_help.c
tests/data/Makefile.inc
tests/data/test1136 [new file with mode: 0644]
tests/runtests.pl