Hacker News new | ask | show | jobs
by sir_brickalot 1110 days ago
Question:

When I click in my Gmail android app on a link from a received E-Mail, the opened Firefox browser opens a google domain for a second and only after that the domain from the link opens... any idea what that is? Tracking?

3 comments

Google bounces all URLs through a redirector which strips referrer information and also allows them to warn about malware sites that were identified after the message itself was classified and delivered.
I would like to test that but when clicking different links I get mixed results. The URLs get modified alright but a lot of referrer info seems to not get removed.

I guess its just Google collecting one more metric.

It's for security. Checking against a list of banned URLs, etc. When you have user-submitted content, protecting your users from bad URLs is important.

Also, I'm sure they're doing plenty of click tracking too :)

i think this is to remove real referer url from header, as this behavior is also present when you use web version of Gmail.

but with that solution tracking is also possible