FINDING · DETECTION
Chinese users accessing google.com on Android devices through circumvention proxies experience forced HTTP redirects to google.cn/m rather than the expected google.com destination. The behavior is observed specifically on proxied connections, suggesting either in-path HTTP redirect injection by the GFW or Google's own geo-targeting logic acting on IP or device signals that persist through the proxy.
From 2022-huangshaomings001-google-auto-jump — Google Auto Jump in China · Issue body / screenshot · 2022 · net4people
Implications
- Circumvention tools routing traffic through China-geolocated exit nodes may trigger Google's geo-redirect logic even when the user's intent is to reach google.com — proxy IP geolocation must be verified as non-CN.
- HTTP redirect interference (whether GFW-injected or geo-targeting) can silently reroute users to censored endpoints even when the tunnel is nominally functioning; tools should validate final destination domains against expected targets.
Tags
Extracted by claude-sonnet-4-6 — review before relying.