]> git.ipfire.org Git - ipfire.org.git/commitdiff
Interpret X headers
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Jul 2018 17:22:15 +0000 (18:22 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Jul 2018 17:22:15 +0000 (18:22 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/ipfire.org-webapp.in

index d5e238aa22d722bc660de895dd1854142b720476..ba6e4dc617a80331526cde06c67b9f24c3398630 100755 (executable)
@@ -14,7 +14,7 @@ def run():
        # Initialize application
        app = Application("@configsdir@/@PACKAGE_NAME@.conf",
                debug=tornado.options.options.debug)
-       app.listen(tornado.options.options.port)
+       app.listen(tornado.options.options.port, xheaders=True)
 
        # Launch IOLoop
        tornado.ioloop.IOLoop.current().start()