You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(analytics): rename signal to whatsapp-lite for spoofed UA
Changed from 'signal' to 'whatsapp-lite' since we can't be certain
which app is spoofing the WhatsApp User-Agent - could be Signal,
or any other app using the same bypass technique.
- whatsapp: Verified real WhatsApp (full version like 2.23.18.78)
- whatsapp-lite: Simplified UA (could be Signal or other spoofers)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/architecture/plausible.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,15 +164,14 @@ Bot requests page → nginx detects bot → SEO proxy serves HTML with og:image
164
164
165
165
**Fallback**: unknown
166
166
167
-
#### WhatsApp vs Signal Detection
167
+
#### WhatsApp Variant Detection
168
168
169
-
Signal deliberately uses a WhatsApp User-Agent to bypass rate limits on sites like Twitter ([Issue #10060](https://github.com/signalapp/Signal-Android/issues/10060)). We distinguish them by version format:
169
+
Some apps (Signal, others) use a WhatsApp User-Agent to bypass rate limits ([Issue #10060](https://github.com/signalapp/Signal-Android/issues/10060)). We distinguish real WhatsApp from spoofed requests by version format:
170
170
171
171
| Platform | User-Agent Example | Detection |
172
172
|----------|-------------------|-----------|
173
-
| WhatsApp (iOS) |`WhatsApp/2.23.18.78 i`| 3+ part version → whatsapp |
174
-
| WhatsApp (Android) |`WhatsApp/2.21.22.23 A`| 3+ part version → whatsapp |
175
-
| Signal |`WhatsApp` or `WhatsApp/2`| No full version → signal |
173
+
|`whatsapp`|`WhatsApp/2.23.18.78 i`| 3+ part version = verified WhatsApp |
174
+
|`whatsapp-lite`|`WhatsApp` or `WhatsApp/2`| Simplified UA = Signal or other spoofers |
0 commit comments