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

Version 0.0.109 #128

Merged
merged 1 commit into from
Nov 29, 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
3 changes: 2 additions & 1 deletion disposable_email_domains/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
'ubicloud.com',
'veryfast.biz',
'veryspeedy.net',
'vfemail.net',
'waifu.club',
'warpmail.net',
'xoxy.net',
Expand Down Expand Up @@ -1714,6 +1715,7 @@
'hpc.tw',
'hs.vc',
'ht.cx',
'hthlm.com',
'huangniu8.com',
'huizk.com',
'hukkmu.tk',
Expand Down Expand Up @@ -3646,7 +3648,6 @@
'veryrealemail.com',
'vesa.pw',
'vevs.de',
'vfemail.net',
'via.tokyo.jp',
'vickaentb.tk',
'victime.ninja',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

here = path.abspath(path.dirname(__file__))

__version__ = "0.0.108"
__version__ = "0.0.109"

with open(path.join(here, "README.md"), encoding="utf-8") as f:
long_description = f.read()
Expand Down
1 change: 1 addition & 0 deletions source_data/allowlist.conf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ tweakly.net
ubicloud.com
veryfast.biz
veryspeedy.net
vfemail.net
waifu.club
warpmail.net
xoxy.net
Expand Down
2 changes: 1 addition & 1 deletion source_data/disposable_email_blocklist.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,7 @@ housat.com
hpc.tw
hs.vc
ht.cx
hthlm.com
huangniu8.com
huizk.com
hukkmu.tk
Expand Down Expand Up @@ -3459,7 +3460,6 @@ veryday.info
veryrealemail.com
vesa.pw
vevs.de
vfemail.net
via.tokyo.jp
vickaentb.tk
victime.ninja
Expand Down