You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However even when up, it should not be used to pull from as part of a build/automation anyway - it's a code indexer, not a source code repository. (And particularly not over plain HTTP!)
The publicsuffix.org location suggested above is the recommended location :-)
neo22s
added a commit
to neo22s/DomainParser
that referenced
this issue
Jun 19, 2016
Hello, I use your good DomainParser,
in Parser.php, the url in :
protected $tldUrl = 'http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1';
I change to :
protected $tldUrl = 'https://publicsuffix.org/list/public_suffix_list.dat';
and it's ok.
The text was updated successfully, but these errors were encountered: