Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…itory containing disposable email addresses. The code uses three sources and combines them. So it is safe to remove this one source (which was throwing a 404)
  • Loading branch information
terrypearson authored Dec 13, 2023
1 parent 017a535 commit 1d7e867
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/EmailValidator/Validator/DisposableEmailValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ class DisposableEmailValidator extends AProviderValidator
'format' => 'txt',
'url' => 'https://raw.githubusercontent.com/martenson/disposable-email-domains/master/disposable_email_blocklist.conf'
],
[
'format' => 'txt',
'url' => 'https://gist.githubusercontent.com/michenriksen/8710649/raw/e09ee253960ec1ff0add4f92b62616ebbe24ab87/disposable-email-provider-domains'
],
[
'format' => 'json',
'url' => 'https://raw.githubusercontent.com/ivolo/disposable-email-domains/master/wildcard.json'
Expand Down

0 comments on commit 1d7e867

Please sign in to comment.