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. --- templates/403.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 templates/403.html (limited to 'templates/403.html') diff --git a/templates/403.html b/templates/403.html new file mode 100644 index 0000000..fcffa28 --- /dev/null +++ b/templates/403.html @@ -0,0 +1 @@ +{{ description if description else "Your host is banned." }} -- cgit v1.2.3