diff options
| author | Mia Herkt <mia@0x0.st> | 2024-08-14 08:09:09 +0200 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2024-09-27 18:30:28 +0200 |
| commit | 45a414c5ee004fbb4e6d7563be8e65cf2be84f37 (patch) | |
| tree | 606995abeafce241fd1479eec21e19b4a36d9dc3 /templates/403.html | |
| parent | 6393538333338f695e30cce98a82836b04d2658a (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 'templates/403.html')
| -rw-r--r-- | templates/403.html | 1 |
1 files changed, 1 insertions, 0 deletions
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." }} |
