mirror of https://github.com/CIRCL/lookyloo
fix: Make cookie samesite only
parent
a2d6ff7b49
commit
094b69f9b9
|
@ -42,6 +42,7 @@ with secret_file_path.open('rb') as f:
|
|||
Bootstrap(app)
|
||||
app.config['BOOTSTRAP_SERVE_LOCAL'] = True
|
||||
app.config['SESSION_COOKIE_NAME'] = 'lookyloo'
|
||||
app.config['SESSION_COOKIE_SAMESITE'] = 'Strict'
|
||||
app.debug = False
|
||||
|
||||
# Auth stuff
|
||||
|
|
Loading…
Reference in New Issue