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

New source addded github.com/unkn0w/disposable-email-domain-list #33

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ 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.

Expand Down
1 change: 1 addition & 0 deletions updater/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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';
Expand Down
Loading