diff --git a/files/routes/wrappers.py b/files/routes/wrappers.py index a088a10f9..7e709a88a 100644 --- a/files/routes/wrappers.py +++ b/files/routes/wrappers.py @@ -110,7 +110,7 @@ def get_logged_in_user(): g.is_api_or_xhr = bool((v and v.client) or request.headers.get("xhr")) - g.is_tor = (request.headers.get("cf-ipcountry") == "T1" and not (SITE_NAME == 'rDrama' and v and v.truescore >= 1000)) + g.is_tor = (request.headers.get("cf-ipcountry") == "T1" and not (v and v.truescore >= 1000)) return v