Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DomainParser doesn't download tldUrl #9

Open
Piero13010 opened this issue Jun 17, 2016 · 1 comment
Open

DomainParser doesn't download tldUrl #9

Piero13010 opened this issue Jun 17, 2016 · 1 comment

Comments

@Piero13010
Copy link

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.

@edmorley
Copy link

Mozilla's MXR site is down and likely not coming back (see https://bugzilla.mozilla.org/show_bug.cgi?id=1279952).

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants