From 90149c4d8e9d0d4cf6f8f01f7239a2002e72d561 Mon Sep 17 00:00:00 2001 From: Chema Date: Sun, 19 Jun 2016 09:30:19 +0200 Subject: [PATCH] Closes #9 Usage of https://publicsuffix.org/list/public_suffix_list.dat --- Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser.php b/Parser.php index b23af97..487a608 100644 --- a/Parser.php +++ b/Parser.php @@ -101,7 +101,7 @@ class Parser * @var string * @access protected */ - protected $tldUrl = 'http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1'; + protected $tldUrl = 'https://publicsuffix.org/list/public_suffix_list.dat'; /** * Output format 'object', 'array', 'json', 'serialize' or 'xml'