Skip to content

Commit 7cba638

Browse files
committed
add loan / fast cash to block list
1 parent bf18a5c commit 7cba638

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

TechStacks.ServiceInterface/PostServices.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ public async Task<CreatePostResponse> Post(CreatePost request)
151151
|| titleLower.Contains("clone software")
152152
|| titleLower.Contains("white label")
153153
|| titleLower.Contains("marketing services")
154-
|| titleLower.Contains("gambling")
154+
|| titleLower.Contains("fast cash")
155+
|| titleLower.Contains("loan")
156+
|| titleLower.Contains("gambling")
155157
|| titleLower.Contains("casino"))
156158
{
157159
log.LogInformation("Banning post with title: {Title}", request.Title);

0 commit comments

Comments
 (0)