From dc3705a4ef15396a91e2016c00d39370e36344ad Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 19 Mar 2024 09:10:44 +0000 Subject: [PATCH] Update files/helpers/can_see.py --- files/helpers/can_see.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/can_see.py b/files/helpers/can_see.py index 4914501d2..06652360a 100644 --- a/files/helpers/can_see.py +++ b/files/helpers/can_see.py @@ -5,7 +5,7 @@ from files.classes.hole import Hole from flask import request #DELETE_ME_PLS -words_to_hide = ('israel', 'isreal', 'palestin', 'muslim', 'islam', 'hamas', 'jew', 'zion', 'gaza', 'rafah', 'isis', 'terror', 'iraq', 'allah', 'mohammad', 'muhammad', 'mohammed', 'muhammed', 'mohamad', 'muhamad', 'mohamed', 'muhamed') +words_to_hide = ('israel', 'isreal', 'palest', 'muslim', 'islam', 'hamas', 'jew', 'zion', 'gaza', 'rafah', 'isis', 'terror', 'iraq', 'allah', 'mohammad', 'muhammad', 'mohammed', 'muhammed', 'mohamad', 'muhamad', 'mohamed', 'muhamed') def can_see(user, obj): if isinstance(obj, (Post, Comment)):