mirror of
https://github.com/simple-login/app.git
synced 2026-06-06 19:37:35 +00:00
add proton.ch to the is_proton check (#1863)
Co-authored-by: Son NK <son@simplelogin.io>
This commit is contained in:
@@ -2576,6 +2576,7 @@ class Mailbox(Base, ModelMixin):
|
||||
self.email.endswith("@proton.me")
|
||||
or self.email.endswith("@protonmail.com")
|
||||
or self.email.endswith("@protonmail.ch")
|
||||
or self.email.endswith("@proton.ch")
|
||||
or self.email.endswith("@pm.me")
|
||||
):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user