mirror of
https://github.com/disposable-email-domains/disposable-email-domains.git
synced 2024-11-22 16:48:13 +08:00
Merge pull request #146 from di/link-to-contributors
Link to contributors
This commit is contained in:
commit
ae6834da98
10
README.md
10
README.md
@ -24,8 +24,8 @@ else:
|
|||||||
return True
|
return True
|
||||||
```
|
```
|
||||||
|
|
||||||
Available as [PyPI module](https://pypi.python.org/pypi/disposable-email-domains) thanks to @di
|
Available as [PyPI module](https://pypi.org/project/disposable-email-domains) thanks to [@di](https://github.com/di)
|
||||||
```
|
```python
|
||||||
>>> from disposable_email_domains import blacklist
|
>>> from disposable_email_domains import blacklist
|
||||||
>>> 'bearsarefuzzy.com' in blacklist
|
>>> 'bearsarefuzzy.com' in blacklist
|
||||||
True
|
True
|
||||||
@ -41,7 +41,7 @@ function is_disposable_email($email) {
|
|||||||
return (isset($mail_domains_ko[$domain]) || array_key_exists($domain, $mail_domains_ko));
|
return (isset($mail_domains_ko[$domain]) || array_key_exists($domain, $mail_domains_ko));
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
**Ruby on Rails** contributed by @MitsunChieh
|
**Ruby on Rails** contributed by [@MitsunChieh](https://github.com/MitsunChieh)
|
||||||
|
|
||||||
In resource model, usually it is `user.rb`
|
In resource model, usually it is `user.rb`
|
||||||
```Ruby
|
```Ruby
|
||||||
@ -58,7 +58,7 @@ def reject_email_blacklist
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
**NodeJs** contributed by @martin-fogelman
|
**NodeJs** contributed by [@martin-fogelman](https://github.com/martin-fogelman)
|
||||||
|
|
||||||
```Node
|
```Node
|
||||||
'use strict';
|
'use strict';
|
||||||
@ -138,6 +138,6 @@ Changelog
|
|||||||
|
|
||||||
* 7/31/17 @deguif [joined](https://github.com/martenson/disposable-email-domains/issues/106) as a core maintainer of this project. Thanks!
|
* 7/31/17 @deguif [joined](https://github.com/martenson/disposable-email-domains/issues/106) as a core maintainer of this project. Thanks!
|
||||||
|
|
||||||
* 12/6/16 - Available as [PyPI module](https://pypi.python.org/pypi/disposable-email-domains) thanks to @di
|
* 12/6/16 - Available as [PyPI module](https://pypi.org/project/disposable-email-domains) thanks to [@di](https://github.com/di)
|
||||||
|
|
||||||
* 7/27/16 - Converted all domains to the second level. This means that starting from [this commit](https://github.com/martenson/disposable-email-domains/commit/61ae67aacdab0b19098de2e13069d7c35b74017a) the implementers should take care of matching the second level domain names properly i.e. `@xxx.yyy.zzz` should match `yyy.zzz` in blacklist more info in [#46](https://github.com/martenson/disposable-email-domains/issues/46)
|
* 7/27/16 - Converted all domains to the second level. This means that starting from [this commit](https://github.com/martenson/disposable-email-domains/commit/61ae67aacdab0b19098de2e13069d7c35b74017a) the implementers should take care of matching the second level domain names properly i.e. `@xxx.yyy.zzz` should match `yyy.zzz` in blacklist more info in [#46](https://github.com/martenson/disposable-email-domains/issues/46)
|
||||||
|
Loading…
Reference in New Issue
Block a user