A question to developers: why the heck will you need users' information to begin with? Can you just leave it be?
- Not yet implemented.
- Unless specified, sent IP addresses are always either stripped away or inaccurate, and some can become out-right fake.
- Platform information is spread out. Requesters for mobile pages are spoofed as a Google Pixel 5 device (iPhone 13 for Safari), and desktops are spoofed as a Windows 10 device (Mac OS for Safari).
- All Chromium-based browsers are spoofed as on a predefined version, Firefox-based ones are spoofed as Firefox LTS, and all others are disguised as Dalvik 2.1.0 on Google Pixel 5.
- Only provide the most prioritized language. If
MATCH_LANG
is set, the result will be the most prioritized available language instead.
- Not yet implemented.
- Request could be sent as is, all disguised as browser navigation, or all disguised as fetch requests.
- If not explicitly allowed, fetching user will always be
?1
.
- Only provide spoofed values when essential. Non-essential values are stripped away.