temp: added option to replace spam content with text (#37009)

This commit is contained in:
Muhammad Adeel Tajamul
2025-07-11 22:54:05 +05:00
committed by GitHub
parent 7927213c26
commit 0a8ec0caab
3 changed files with 17 additions and 5 deletions

View File

@@ -5089,6 +5089,11 @@ EXAMS_DASHBOARD_MICROFRONTEND_URL = None
# .. setting_description: Urls to filter from discussion content to avoid spam
DISCUSSION_SPAM_URLS = []
# .. setting_name: CONTENT_FOR_SPAM_POSTS
# .. setting_default: ""
# .. setting_description: Content to replace spam posts with
CONTENT_FOR_SPAM_POSTS = ""
# .. toggle_name: ENABLE_AUTHN_RESET_PASSWORD_HIBP_POLICY
# .. toggle_implementation: DjangoSetting
# .. toggle_default: False