You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The block of code in app_server.py warns the user that "Your server is insecure" is never reached.
I'm not sure if we should be checking against app.secret_key or instead of looking for cookie_secret inside cfg we should be looking for it under baselayer_settings.
I'm not sure what the logic should be, so I will leave it to @stefanv
The text was updated successfully, but these errors were encountered:
The block of code in
app_server.py
warns the user that "Your server is insecure" is never reached.I'm not sure if we should be checking against
app.secret_key
or instead of looking forcookie_secret
insidecfg
we should be looking for it underbaselayer_settings
.I'm not sure what the logic should be, so I will leave it to @stefanv
The text was updated successfully, but these errors were encountered: