]> git.ipfire.org Git - ipfire.org.git/commitdiff
Drop cookie secret
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Apr 2018 11:06:10 +0000 (13:06 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Apr 2018 11:06:10 +0000 (13:06 +0200)
This is quite pointless with a session ID only

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
webapp/__init__.py

index 74fa5b05b6f57dfb3acd2c1f1bee67ca7a971b82..69468f2e9a9c9629205e0ba3b4b03a45df57f42d 100644 (file)
@@ -22,7 +22,6 @@ class Application(tornado.web.Application):
                self.__backend = None
 
                settings = dict(
-                       cookie_secret = "aXBmaXJlY29va2llc2VjcmV0Cg==",
                        debug = options.debug,
                        login_url = "/login",
                        template_path = os.path.join(BASEDIR, "templates"),