feat: added feature to remove spam urls from discussion content (#37007)

This commit is contained in:
Muhammad Adeel Tajamul
2025-07-11 14:10:33 +05:00
committed by GitHub
parent 84f82477ed
commit f8c5cecefc
4 changed files with 74 additions and 1 deletions

View File

@@ -394,6 +394,8 @@ DISCUSSIONS_MICROFRONTEND_URL = 'http://localhost:2002'
################### FRONTEND APPLICATION DISCUSSIONS FEEDBACK URL###################
DISCUSSIONS_MFE_FEEDBACK_URL = None
DISCUSSION_SPAM_URLS = []
############## Docker based devstack settings #######################
FEATURES.update({