mirror of
				https://github.com/disposable-email-domains/disposable-email-domains.git
				synced 2025-05-29 01:49:27 +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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user