203
Why you should #degoogle!
(lemmy.ml)
A community for those that would like to get away from Google.
Here you may post anything related to DeGoogling, why we should do it or good software alternatives!
Be respectful even in disagreement
No advertising unless it is very relevent and justified. Do not do this excessively.
No low value posts / memes. We or you need to learn, or discuss something.
!privacyguides@lemmy.one !privacy@lemmy.ml !privatelife@lemmy.ml !linuxphones@lemmy.ml !fossdroid@social.fossware.space !fdroid@lemmy.ml
there are hundreds because they got blocked.
android phones actively retry connectivity checks every 3 seconds until a successful connection is achieved, then it ramps down to a check every 5 minutes, and the default server is google's. (this functionality is used for the little exclamation mark next to the wifi icon if there's no internet connection)
no data is sent along that request (it's just a GET request), not even useragent etc (the only thing google gets is the source of the request, aka the ip address, which is basically meaningless if it's not associated with any other data)
you should actually be able to point that domain to any ip that responds with empty body + http 204 code to /generate_204 and it should work as expected
Oh, cool. I'll look into redirecting these to a 204. That should be a pretty interesting experiment for me. Thank you.