add more email providers
This commit is contained in:
parent
de211651bf
commit
1b51a3dc92
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,12 @@ EmailVerificationRequired = true
|
||||||
EmailDomainWhitelist = true
|
EmailDomainWhitelist = true
|
||||||
AllowedEmailDomains = [
|
AllowedEmailDomains = [
|
||||||
# Public providers
|
# Public providers
|
||||||
"gmail.com", "outlook.com", "icloud.com", "yahoo.com", "yandex.com", "yandex.ru", "gmx.com", "spectrum.net", "comcast.net", "aol.com", "proton.me", "protonmail.com", "tutanota.com", "fastmail.fm",
|
"gmail.com", "outlook.com", "icloud.com", "yahoo.com", "yandex.com",
|
||||||
|
"yandex.ru", "gmx.com", "spectrum.net", "comcast.net", "aol.com",
|
||||||
|
"proton.me", "protonmail.com", "tutanota.com", "fastmail.fm",
|
||||||
|
"mail.com", "email.com", "protonmail.ch", "googlemail.com", "gmx.de",
|
||||||
|
"hotmail.com", "live.com", "msn.com", "mail.ru", "googlemail.com",
|
||||||
|
"web.de", "t-online.de",
|
||||||
# CollabVM and friends
|
# CollabVM and friends
|
||||||
"computernewb.com", "elijahr.dev", "darkok.xyz", "kevinthe.horse", "kevinhosting.xyz",
|
"computernewb.com", "elijahr.dev", "darkok.xyz", "kevinthe.horse", "kevinhosting.xyz",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue