]> git.ipfire.org Git - ipfire.org.git/commitdiff
nopaste: No longer allow logging in
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 Feb 2024 19:10:40 +0000 (19:10 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 Feb 2024 19:10:40 +0000 (19:10 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/web/__init__.py

index 0ea16fcd8080aa0e5e57329cf8be45f1f0349e1d..cc13fcf0010761386f1be45abc03ac267f194a96 100644 (file)
@@ -335,7 +335,7 @@ class Application(tornado.web.Application):
 
                        # Serve any static files
                        (r"/static/(.*)", tornado.web.StaticFileHandler, { "path" : self.settings.get("static_path") }),
-               ] + authentication_handlers)
+               ])
 
                # location.ipfire.org
                self.add_handlers(r"location\.([a-z]+\.dev\.)?ipfire\.org", [