mirror of
https://github.com/disposable-email-domains/disposable-email-domains.git
synced 2024-11-25 01:58:11 +08:00
drop link to unmaintained repo
This commit is contained in:
parent
a43b9a57ce
commit
ee6279355b
@ -135,8 +135,6 @@ async function isDisposable(email) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively you can use the [is-disposable library](https://github.com/boywithkeyboard/is-disposable).
|
|
||||||
|
|
||||||
### C#
|
### C#
|
||||||
```C#
|
```C#
|
||||||
private static readonly Lazy<HashSet<string>> _emailBlockList = new Lazy<HashSet<string>>(() =>
|
private static readonly Lazy<HashSet<string>> _emailBlockList = new Lazy<HashSet<string>>(() =>
|
||||||
|
Loading…
Reference in New Issue
Block a user