diff --git a/files/helpers/can_see.py b/files/helpers/can_see.py index 173f429bb..5375cc0b3 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', 'palest', 'muslim', 'islam', 'hamas', 'jew', 'zion', 'gaza', 'rafah', 'isis', 'terror', 'iraq', 'allah', 'mohammad', 'muhammad', 'mohammed', 'muhammed', 'mohamad', 'muhamad', 'mohamed', 'muhamed', 'trans', 'train', 'tranny', 'troon', 'rowdy', 'nigger', 'bipoc') +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', 'trans', 'train', 'tranny', 'troon', 'rowdy', 'nigger', 'bipoc', 'rape') def can_see(user, obj): if isinstance(obj, (Post, Comment)):