lua-psl v0.1 released

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:

Enjoy!