Commit 51365ab0 authored by OzzieIsaacs's avatar OzzieIsaacs

Merge remote-tracking branch 'sec_fixes/strong_session_protection'

parents d61b7e48 b4165335
...@@ -60,6 +60,7 @@ app = Flask(__name__) ...@@ -60,6 +60,7 @@ app = Flask(__name__)
lm = LoginManager() lm = LoginManager()
lm.login_view = 'web.login' lm.login_view = 'web.login'
lm.anonymous_user = ub.Anonymous lm.anonymous_user = ub.Anonymous
lm.session_protection = 'strong'
ub.init_db(cli.settingspath) ub.init_db(cli.settingspath)
# pylint: disable=no-member # pylint: disable=no-member
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment