From 45a414c5ee004fbb4e6d7563be8e65cf2be84f37 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Wed, 14 Aug 2024 08:09:09 +0200 Subject: 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. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') 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 -- cgit v1.2.3