remove unneeded shit (testing on devrama)

pull/108/head
Aevann 2023-02-01 19:21:14 +02:00
parent 0453367f47
commit 20cbd7da43
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@ def before_request():
abort(403)
g.desires_auth = False
if not IS_LOCALHOST:
app.config["COOKIE_DOMAIN"] = f".{request.host}"
app.config["SESSION_COOKIE_DOMAIN"] = app.config["COOKIE_DOMAIN"]
ua = g.agent.lower()