From 7c3b3cde3014eda8b0f9f7a7250ef23f9f7c5566 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 12 Dec 2022 22:48:02 +0200 Subject: [PATCH] prevent the pathetic manlet from privating his profile --- files/routes/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/settings.py b/files/routes/settings.py index 9203d7096..b3467aca4 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -106,6 +106,7 @@ def delete_profile_background(v): @auth_required @ratelimit_user() def settings_personal_post(v): + if v.id == 253: abort(403) updated = False # begin common selectors #