We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017c87e commit f0b1a47Copy full SHA for f0b1a47
src/PublicSuffixListManager.php
@@ -23,7 +23,7 @@
23
*/
24
class PublicSuffixListManager
25
{
26
- const PUBLIC_SUFFIX_LIST_URL = 'https://publicsuffix.org/list/public_suffix_list.dat';
+ const PUBLIC_SUFFIX_LIST_URL = 'https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat';
27
28
const ALL_DOMAINS = 'ALL';
29
const PDP_PSL_TEXT_FILE = 'public-suffix-list.txt';
0 commit comments