From efaea99c0184e964b66a09518103c34c518c09d4 Mon Sep 17 00:00:00 2001 From: G-tix Date: Sun, 24 Dec 2023 17:04:30 +0000 Subject: [PATCH] Add /h/palestine and /h/ukraine to nerfed holes --- files/routes/front.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/front.py b/files/routes/front.py index 442520aac..77bd19f39 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -87,7 +87,7 @@ def front_all(v, hole=None): return result -LIMITED_WPD_HOLES = {'aftermath', 'fights', 'gore', 'medical', 'request', 'selfharm', +LIMITED_WPD_HOLES = {'palestine', 'ukraine', 'aftermath', 'fights', 'gore', 'medical', 'request', 'selfharm', 'discussion', 'meta', 'music', 'pets', 'social', 'countryclub', 'highrollerclub'}