From: Michael Tremer Date: Tue, 6 Nov 2018 09:36:41 +0000 (+0000) Subject: No need to match on ipfire.at X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=399506a85c06dba587f8ba871566f1821c25dade;p=ipfire.org.git No need to match on ipfire.at Signed-off-by: Michael Tremer --- diff --git a/src/web/__init__.py b/src/web/__init__.py index b1aa7386..d7c2407b 100644 --- a/src/web/__init__.py +++ b/src/web/__init__.py @@ -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),