Meta Configuration of Package libpsl
27
1
<package name="libpsl" project="SUSE:SLE-15:Update">
2
<title>C library for the Publix Suffix List</title>
3
<description>libpsl is a C library to handle the Public Suffix List. A "public suffix" is a
4
domain name under which Internet users can directly register own names.
5
6
Browsers and other web clients can use it to
7
8
- Avoid privacy-leaking "supercookies";
9
- Avoid privacy-leaking "super domain" certificates;
10
- Domain highlighting parts of the domain in a user interface;
11
- Sorting domain lists by site;
12
13
Libpsl...
14
15
- has built-in PSL data for fast access;
16
- allows to load PSL data from files;
17
- checks if a given domain is a "public suffix";
18
- provides immediate cookie domain verification;
19
- finds the longest public part of a given domain;
20
- finds the shortest private part of a given domain;
21
- works with international domains (UTF-8 and IDNA2008 Punycode);
22
- is thread-safe;
23
- handles IDNA2008 UTS#46;
24
25
</description>
26
</package>
27