Skip to content

Commit ae4b233

Browse files
authored
Drop OpenCSW badges (#258)
1 parent 476d30a commit ae4b233

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
[![Coverage Status](https://coveralls.io/repos/github/rockdaboot/libpsl/badge.svg?branch=master)](https://coveralls.io/github/rockdaboot/libpsl?branch=master)
33
[![CodeQL](https://github.com/rockdaboot/libpsl/actions/workflows/codeql.yml/badge.svg)](https://github.com/rockdaboot/libpsl/actions/workflows/codeql.yml)
44

5-
Solaris OpenCSW [![Build Status Solaris amd64](https://buildfarm.opencsw.org/buildbot/png?builder=libpsl-solaris10-amd64)](https://buildfarm.opencsw.org/buildbot/builders/libpsl-solaris10-amd64)
6-
[![Build Status Solaris i386](https://buildfarm.opencsw.org/buildbot/png?builder=libpsl-solaris10-i386)](https://buildfarm.opencsw.org/buildbot/builders/libpsl-solaris10-i386)
7-
[![Build Status Solaris Sparc](https://buildfarm.opencsw.org/buildbot/png?builder=libpsl-solaris10-sparc)](https://buildfarm.opencsw.org/buildbot/builders/libpsl-solaris10-sparc)
8-
[![Build Status Solaris SparcV9](https://buildfarm.opencsw.org/buildbot/png?builder=libpsl-solaris10-sparcv9)](https://buildfarm.opencsw.org/buildbot/builders/libpsl-solaris10-sparcv9)
9-
10-
115
# libpsl - C library to handle the Public Suffix List
126

137
A *Public Suffix List* is a collection of Top Level Domains (TLDs) suffixes.
@@ -26,15 +20,15 @@ Browsers, web clients and other user agents can use a public suffix list to:
2620

2721
Libpsl...
2822

29-
- has built-in PSL data for fast access (DAWG/DAFSA reduces size from 180kB to ~32kB)
23+
- has built-in PSL data for fast access (DAWG/DAFSA reduces size from ~300kB to ~50kB)
3024
- allows to load PSL data from files
3125
- checks if a given domain is a "public suffix"
3226
- provides immediate cookie domain verification
3327
- finds the longest public part of a given domain
3428
- finds the shortest private part of a given domain
3529
- works with international domains (UTF-8 and IDNA2008 Punycode)
3630
- is thread-safe
37-
- handles IDNA2008 UTS#46 (if libicu is available)
31+
- handles IDNA2008 UTS#46 (if either libidn2 or libicu is available)
3832

3933
Find more information about the Public Suffix List [here](https://publicsuffix.org/).
4034

0 commit comments

Comments
 (0)