You've already forked snikket-web-portal
Compare commits
1 Commits
invitation
...
cookie-sam
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6407eb90db |
@@ -213,6 +213,7 @@ def create_app() -> quart.Quart:
|
||||
app.config["ABUSE_EMAIL"] = config.abuse_email
|
||||
app.config["SECURITY_EMAIL"] = config.security_email
|
||||
app.config["SESSION_COOKIE_SECURE"] = True
|
||||
app.config["SESSION_COOKIE_SAMESITE"] = "Lax"
|
||||
|
||||
app.context_processor(proc)
|
||||
app.register_error_handler(
|
||||
|
||||
Reference in New Issue
Block a user