Skip to content

Commit 1bff611

Browse files
committed
Merge branch 'develop' of github.com:jeremykendall/php-domain-parser into develop
2 parents 44a0025 + 5ae9b1b commit 1bff611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/Pdp/PublicSuffixListManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class PublicSuffixListManager
2525
/**
2626
* @var string Public Suffix List URL
2727
*/
28-
protected $publicSuffixListUrl = 'http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1';
28+
protected $publicSuffixListUrl = 'https://publicsuffix.org/list/effective_tld_names.dat';
2929

3030
/**
3131
* @var string Directory where text and php versions of list will be cached

tests/library/Pdp/PublicSuffixListManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class PublicSuffixListManagerTest extends \PHPUnit_Framework_TestCase
3939
/**
4040
* @var string url
4141
*/
42-
protected $publicSuffixListUrl = 'http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1';
42+
protected $publicSuffixListUrl = 'https://publicsuffix.org/list/effective_tld_names.dat';
4343

4444
/**
4545
* @var \Pdp\HttpAdapter\HttpAdapterInterface Http adapter

0 commit comments

Comments
 (0)