From 20cbd7da43c56489a26f479bff8d6c91d1a7077a Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 1 Feb 2023 19:21:14 +0200 Subject: [PATCH] remove unneeded shit (testing on devrama) --- files/routes/allroutes.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/routes/allroutes.py b/files/routes/allroutes.py index 751750035..6ebb82e9b 100644 --- a/files/routes/allroutes.py +++ b/files/routes/allroutes.py @@ -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()