]> git.ipfire.org Git - ipfire.org.git/commitdiff
No need to match on ipfire.at
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Nov 2018 09:36:41 +0000 (09:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Nov 2018 09:36:41 +0000 (09:36 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/web/__init__.py

index b1aa738676a5ce9d829dc25f3a1afecf5d0d90b0..d7c2407bf93bf9a5b2769c103bf6f11701595a2b 100644 (file)
@@ -105,7 +105,7 @@ class Application(tornado.web.Application):
                        (r"/logout", auth.LogoutHandler),
                ]
 
-               self.add_handlers(r"(dev|www)\.ipfire\.(at|org)", [
+               self.add_handlers(r"(dev|www)\.ipfire\.org", [
                        # Entry site that lead the user to index
                        (r"/", IndexHandler),