From: Michael Tremer Date: Wed, 14 Jan 2026 18:27:28 +0000 (+0000) Subject: dbl: Re-enable report ratelimiting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc77c194d6a1a8c86e2c188d396c488194aebc1d;p=ipfire.org.git dbl: Re-enable report ratelimiting This was commented out for debugging only. Signed-off-by: Michael Tremer --- diff --git a/src/web/dbl.py b/src/web/dbl.py index 73bb7057..10f3b16e 100644 --- a/src/web/dbl.py +++ b/src/web/dbl.py @@ -106,7 +106,7 @@ class SubmitReportHandler(base.AnalyticsMixin, BaseHandler): self.render("dbl/reports/submit.html", lists=lists, list=list, name=name) @tornado.web.authenticated - #@base.ratelimit(minutes=60, requests=10) + @base.ratelimit(minutes=60, requests=10) async def post(self): # Fetch the list list = await self.get_list("list")