-
- Downloads
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
Showing
- configure.ac 23 additions, 0 deletionsconfigure.ac
- lib/cookie.c 21 additions, 0 deletionslib/cookie.c
- lib/version.c 9 additions, 0 deletionslib/version.c
- src/tool_help.c 3 additions, 0 deletionssrc/tool_help.c
- tests/data/Makefile.inc 1 addition, 0 deletionstests/data/Makefile.inc
- tests/data/test1136 60 additions, 0 deletionstests/data/test1136
- tests/runtests.pl 17 additions, 1 deletiontests/runtests.pl
Loading
Please register or sign in to comment