diff options
author | 2020-12-18 16:08:39 +0200 | |
---|---|---|
committer | 2020-12-18 16:08:39 +0200 | |
commit | de0a76c47a8c590fb001f19939b7fdaf8d94cd11 (patch) | |
tree | a78ed29a5d2b0673eb069877747ca058d76045da /backend/models | |
parent | Remove DNS blacklist handling from submit route (diff) |
Remove DNS blacklist field from antispam model
Diffstat (limited to 'backend/models')
-rw-r--r-- | backend/models/antispam.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/models/antispam.py b/backend/models/antispam.py index b16f686..b596d4d 100644 --- a/backend/models/antispam.py +++ b/backend/models/antispam.py @@ -7,4 +7,3 @@ class AntiSpam(BaseModel): ip_hash: str user_agent_hash: str captcha_pass: bool - dns_blacklisted: bool |