Merge remote-tracking branch 'sec_fixes/strong_session_protection'
This commit is contained in:
commit
51365ab006
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ app = Flask(__name__)
|
|||
lm = LoginManager()
|
||||
lm.login_view = 'web.login'
|
||||
lm.anonymous_user = ub.Anonymous
|
||||
lm.session_protection = 'strong'
|
||||
|
||||
ub.init_db(cli.settingspath)
|
||||
# pylint: disable=no-member
|
||||
|
|
Loading…
Reference in a new issue