summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMia Herkt <mia@0x0.st>2024-08-14 08:09:09 +0200
committerMia Herkt <mia@0x0.st>2024-09-27 18:30:28 +0200
commit45a414c5ee004fbb4e6d7563be8e65cf2be84f37 (patch)
tree606995abeafce241fd1479eec21e19b4a36d9dc3 /requirements.txt
parent6393538333338f695e30cce98a82836b04d2658a (diff)
Implement request filters
This moves preexisting blacklists to the database, and adds the following filter types: * IP address * IP network * MIME type * User agent In addition, IP address handling is now done with the ipaddress module.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 5725839..8924245 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,6 +7,7 @@ Jinja2
Flask
flask_sqlalchemy
python_magic
+ipaddress
# vscan
clamd