FINDING · DETECTION
Android users in China accessing google.com through circumvention tools report forced redirection to google.cn/m instead of the expected GFW block page. The thread investigates three possible mechanisms: GFW HTTP packet injection, Google's server-side geolocation redirect, or ISP-level interference—each implying a different interception layer.
From 2022-huangshaomings001-google-auto-jump — Google Auto Jump in China · Issue body / thread opening · 2022 · net4people
Implications
- Circumvention tools should verify whether the redirect occurs at the TCP/IP layer (injected packet) or the application layer (HTTP 302 from Google's servers) before deciding whether to handle it at the proxy or advise users to append /ncr to URLs.
- Test proxy configurations against google.com redirection behavior specifically on Android user-agents, as the mobile UA may trigger different GFW or Google-side logic than desktop clients.
Tags
Extracted by claude-sonnet-4-6 — review before relying.