Closed jgraichen closed 9 months ago
I will take a look at it.
I raised a PR and compiled it so you can download it from Actions Artifacts and test if it works.
Awesome! Quick test looks good so far, but curl -V
mentions libpsl/0.21.2 (no IDNA support)
despite curl
itself using libidn2/2.3.2
.
curl's configure script always checks for the libpsl with builtin, if build libpsl with libidn2 or libicu, it cann't be found.
checking for library containing psl_builtin... -lpsl
Would it be possible to build the static curl with
libpsl
to support the public suffix list for cookies, and to avoid global super cookies?