mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	capitalization: Allow realm_url in user-facing strings.
				
					
				
			This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user