Update to latest Public Suffix List

This commit is contained in:
Tim Rühsen 2018-10-07 21:15:07 +02:00
parent 02648135c9
commit 9d064cace8
2 changed files with 2 additions and 1 deletions

2
list

@ -1 +1 @@
Subproject commit c45eff1c741d197778430e64e5d6f8bb0d7e9c8d
Subproject commit 6f2b9e75eaf65bb75da83677655a59110088ebc5

View File

@ -1245,6 +1245,7 @@ psl_ctx_t *psl_load_fp(FILE *fp)
/*
* as of 02.11.2012, the list at https://publicsuffix.org/list/ contains ~6000 rules and 40 exceptions.
* as of 19.02.2014, the list at https://publicsuffix.org/list/ contains ~6500 rules and 19 exceptions.
* as of 07.10.2018, the list at https://publicsuffix.org/list/ contains ~8600 rules and 8 exceptions.
*/
psl->suffixes = _vector_alloc(8*1024, _suffix_compare_array);
psl->utf8 = 1; /* we put UTF-8 and punycode rules in the lookup vector */