capitalization: Allow `realm_url` in user-facing strings.

This commit is contained in:
Vector73 2024-06-03 14:27:41 +05:30 committed by Tim Abbott
parent 8d4c42d460
commit 61d7689520
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ def check_banned_words(text: str) -> List[str]:
if (
"realm_name" in lower_cased_text
or "realm_uri" in lower_cased_text
or "realm_url" in lower_cased_text
or "remote_realm_host" in lower_cased_text
):
continue