summaryrefslogtreecommitdiff
path: root/templates/403.html
AgeCommit message (Collapse)Author
2024-09-27Implement request filtersMia Herkt
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.