FINDING · DETECTION
The GFW maintains two HTTP keyword sublists: 15 terms censored unconditionally, and approximately 60–63 additional terms censored only when the English word "search" also appears in the request URL. No other English word among the 10,000 most common, no Chinese search synonym (搜索, 查找, 关键词), and no common URL parameter abbreviation ("q", "kw", "s") replicates this expanded-censorship trigger.
From 2021-rambert-chinese — Chinese Wall or Swiss Cheese? Keyword filtering in the Great Firewall of China · §4.1, §4.2.1 · 2021 · WWW
Implications
- Avoid using the string "search" in proxy URL paths to prevent triggering the expanded keyword blocklist — rename search endpoints to semantically neutral paths.
- Circumvention traffic that must pass through HTTP cleartext should use non-triggering URL path names to reduce the surface area of keyword matching.
Tags
Extracted by claude-sonnet-4-6 — review before relying.