Hi All, I'm happy to announce the first release of lua-psl. lua-psl is a set of bindings to libpsl, a C library that handles the Public Suffix List (PSL). The PSL is a list of domains where there may be sub-domains outside of the administrator's control. e.g. the administrator of '.com' does not manage 'github.com'. This list has found use in many internet technologies including: - preventing cross-domain cookie leakage - allowance of issuing wildcard TLS certificates This release includes: - Bindings to all exposed libpsl 0.15 symbols - Documentation via pandoc Links: - Homepage: https://github.com/daurnimator/lua-psl - Documentation: https://daurnimator.github.io/lua-psl/ - On luarocks: https://luarocks.org/modules/daurnimator/psl - Me: http://daurnimator.com/ - libpsl: https://github.com/rockdaboot/libpsl - publicsuffix.org: https://publicsuffix.org/ Enjoy!