]> git.eshelyaron.com Git - emacs.git/commit
Use more recent public_suffix_list.dat where possible
authorStefan Kangas <stefankangas@gmail.com>
Fri, 17 Feb 2023 21:50:13 +0000 (22:50 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 17 Feb 2023 21:50:13 +0000 (22:50 +0100)
commit2c7e87c73a90effab66fa7c783855199880315d3
treece00bee5b8632c9d15b21303a6e6d8062f977126
parentb37cb465fe03f115c46862f20fb5852e67999c59
Use more recent public_suffix_list.dat where possible

* lisp/url/url-domsuf.el (url-domsuf--public-suffix-file): New
function to look for a more recent version of public_suffix_list.dat
on the system than the one that is shipped with Emacs.
(url-domsuf-parse-file): Use above new function.
* test/lisp/url/url-domsuf-tests.el
(url-domsuf--public-suffix-file): New test.
lisp/url/url-domsuf.el
test/lisp/url/url-domsuf-tests.el