FEAT: Added HttpOnly to protect session
FEAT: VideoPage chat text now wraps around
This commit is contained in:
@@ -33,6 +33,8 @@ def create_app():
|
||||
app.config["PROPAGATE_EXCEPTIONS"] = True
|
||||
app.config['GOOGLE_CLIENT_ID'] = getenv("GOOGLE_CLIENT_ID")
|
||||
app.config['GOOGLE_CLIENT_SECRET'] = getenv("GOOGLE_CLIENT_SECRET")
|
||||
app.config["SESSION_COOKIE_HTTPONLY"] = True
|
||||
|
||||
|
||||
app.config.from_mapping(
|
||||
CELERY=dict(
|
||||
|
||||
Reference in New Issue
Block a user