diff --git a/README.md b/README.md index 68e8cc5..ac95bbc 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,6 @@ Alternatively, you can [open an issue](https://github.com/beeyev/disposable-emai - [`7c/fakefilter`](https://github.com/7c/fakefilter) - [`FGRibreau/mailchecker`](https://github.com/FGRibreau/mailchecker) - [`disposable-email-domains`](https://github.com/disposable-email-domains/disposable-email-domains) -- [`unkn0w/disposable-email-domain-list`](https://github.com/unkn0w/disposable-email-domain-list) > Local blacklist and whitelist are stored in the [blacklist.txt](https://github.com/beeyev/disposable-email-filter-php/blob/master/blacklist.txt) and [whitelist.txt](https://github.com/beeyev/disposable-email-filter-php/blob/master/whitelist.txt) files. diff --git a/updater/Config.php b/updater/Config.php index cc8c78f..fd7fbb2 100644 --- a/updater/Config.php +++ b/updater/Config.php @@ -17,7 +17,6 @@ final class Config 'github.com/7c/fakefilter' => 'https://raw.githubusercontent.com/7c/fakefilter/main/txt/data.txt', 'github.com/FGRibreau/mailchecker' => 'https://raw.githubusercontent.com/FGRibreau/mailchecker/master/list.txt', 'github.com/disposable-email-domains/disposable-email-domains' => 'https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf', - 'github.com/unkn0w/disposable-email-domain-list' => 'https://raw.githubusercontent.com/unkn0w/disposable-email-domain-list/main/domains.txt', ]; public const LAST_SYNCED_BLACKLISTS_DATA_FILEPATH = __DIR__ . '/ChangelogTracker/last-synced-blacklists-data.json';