164

Today, I noticed that Google wasn't loading on Mull (Firefox Fork). Switching useragent with the extension Chameleon makes the page load again.

all 43 comments
sorted by: hot top controversial new old
[-] eya@lemmy.dbzer0.com 27 points 5 months ago

maybe just dont use google

[-] VicentAdultman@lemmy.world 32 points 5 months ago

Yeah but it's more complicated than that. Do you think the average user that for some reason uses Firefox will try to find out why his Google page isn't working? Last year Google was fined €2.5b due to unfair competition. This is not the first time, Google probably makes a lot of people switch doing these things. The top post of Lemmy is about Google turning itself into spyware and this just shows just how thats accurate.

[-] possiblylinux127@lemmy.zip 5 points 5 months ago

I honestly think more people are willing to switch than you think

[-] eya@lemmy.dbzer0.com -5 points 5 months ago

I think the average Firefox user won't be using anything Google (other than YouTube, but even then it'll probably be through alternative frontends).

[-] admiralteal@kbin.social 20 points 5 months ago

Google is literally the default firefox search engine.

[-] eya@lemmy.dbzer0.com -1 points 5 months ago

I think the average Firefox user is smart enough to change the search engine... And disable Mozilla's telemetry... And just not use stock Firefox...

[-] sxt@lemmy.world 22 points 5 months ago

That is wildly optimistic

[-] dubyakay@lemmy.ca 2 points 5 months ago

Why would I disable Mozilla's telemetry though?

[-] possiblylinux127@lemmy.zip -1 points 5 months ago* (last edited 5 months ago)

Because it is a privacy issue. Turning it off won't turn off all telemetry though. You need to get into the weeds or use librewolf.

Also make sure you turn off "experiments", enable scrict mode, I stall ublock origin, and change the search engine.

[-] dubyakay@lemmy.ca 5 points 5 months ago

How is it a privacy issue? Reading their information page on telemetry data, they don't collect personal data except for temporary collection of the IP address, which gets deleted every 14 days. Do they collect more than they claim?

[-] possiblylinux127@lemmy.zip 0 points 5 months ago

There information page will just tell you what you want to here. Look at Firefoxs network access and you should see it still try to reach out.

[-] LazerDickMcCheese@sh.itjust.works 2 points 5 months ago

All of the people I convinced to make the switch would agree with you

[-] Anonymouse@lemmy.world 11 points 5 months ago

While your statement is true, I install Firefox on any computer I support (family & friends) because I understand it better, can talk them through stuff on the phone and so I can install an ad blocker and not.have to deal with all of that. So now I need to explain to family and friends that Google is to blame, but they don't care and ask me to install "the normal browser". Ugh.

Also, I now have to deal with the Google-heads at work using this as an example of how chrome is the superior browser. Double ugh.

[-] aPirate@lemmy.dbzer0.com 2 points 5 months ago* (last edited 5 months ago)

Completely, if op really needs to maybe use whoogle or startpage (there is some debate on if they are private or not since they were bought by system1, more info about it https://restoreprivacy.com/startpage-system1-privacy-one-group/ )

[-] WeLoveCastingSpellz@lemmy.dbzer0.com 1 points 5 months ago* (last edited 5 months ago)

I use startpage and according to privacy guides its private

[-] Oha@lemmy.ohaa.xyz 5 points 5 months ago

wouldnt really trust them tbh. There are lots of better alternatives

[-] WeLoveCastingSpellz@lemmy.dbzer0.com 0 points 5 months ago* (last edited 5 months ago)

I don't wanna use duckduck go and don't trust random searx instances, so I feel stuck with startpage

[-] mo_ztt@lemmy.world 19 points 5 months ago* (last edited 5 months ago)

Is this still true? I just tested and it works for me on LibreWolf, both for google.com and google.com.br.

Honestly, Google doing this as a deliberate anti-Firefox measure seems so wildly stupid and counterproductive on their part that I'd assume it was some failure (serving a slightly different version of the page to Chrome as for other browsers, and the non-Chrome side breaks for some reason) before thinking it was malicious.

[-] joyjoy@lemm.ee 15 points 5 months ago

oops, you discovered a bug that only effects Firefox because we only test in Chrome. It's fixed now :P

[-] itmosi@sh.itjust.works 13 points 5 months ago

Yep, with Mull 121.0.0 i got a blank page.

[-] stepanzak@iusearchlinux.fyi 8 points 5 months ago

Confirming: me too

[-] mo_ztt@lemmy.world 5 points 5 months ago
[-] itmosi@sh.itjust.works 8 points 5 months ago

Nothing special, Mozilla/5.0 (Android 10; Mobile; rv:121.0) Gecko/121.0 Firefox/121.0. I checked the network tab, they literally return nothing.

[-] mo_ztt@lemmy.world 13 points 5 months ago* (last edited 5 months ago)

Mozilla/5.0 (Android 10; Mobile; rv:121.0) Gecko/121.0 Firefox/121.0.

I just did a bunch of testing. The issue is that final version number, "Firefox/121.0". Google returns very different versions of the page based on what browser you claim to be, and if you're on mobile Firefox, it gives you different mobile versions depending on your version:

% wget -O - -nv -U 'Mozilla/5.0 (Android 10; Mobile; rv:62.0) Gecko/121.0 Firefox/41.0' https://www.google.com/ | wc -c
2024-01-08 15:54:29 URL:https://www.google.com/ [1985] -> "-" [1]
    1985
% wget -O - -nv -U 'Mozilla/5.0 (Android 10; Mobile; rv:62.0) Gecko/121.0 Firefox/62.0' https://www.google.com/ | wc -c
2024-01-08 15:54:36 URL:https://www.google.com/ [211455] -> "-" [1]
  211455
% wget -O - -nv -U 'Mozilla/5.0 (Android 10; Mobile; rv:62.0) Gecko/121.0 Firefox/80.0' https://www.google.com/ | wc -c
2024-01-08 15:52:24 URL:https://www.google.com/ [15] -> "-" [1]
      15
% wget -O - -nv -U 'Mozilla/5.0 (Android 10; Mobile; rv:62.0) Gecko/121.0 Firefox/121.0' https://www.google.com/ | wc -c
2024-01-08 15:52:04 URL:https://www.google.com/ [15] -> "-" [1]
      15

If you're an early version of Firefox, it gives you a simple page. If you're a later version of Firefox, it gives you a lot more complete version of the page. If you're claiming to be a specific version of mobile Firefox, but the version you're claiming (edit: oopsie ~~doesn't exist or even really make sense~~ didn't exist when they set this logic up or something), it gets confused and gives you nothing. You could argue that it should default to some sensible mobile version in this case, and they should definitely fix it, but it seems to me like it's clearly not malicious.

Edit: Wait, I am wrong. I didn't realize Firefox's version numbers went up so high. It looks like the cutoff for where the blank pages start coming is at version 65, which is like 2012 era, so not real old at all. I still maintain that it's probably accidental but it looks like it affects basically all modern mobile Firefoxes, yes.

[-] stepanzak@iusearchlinux.fyi 14 points 5 months ago

Given that it's like third accidental bug in google services that affects only Firefox in the last month I hear about, I'm starting to get suspicious.

[-] VicentAdultman@lemmy.world 1 points 5 months ago

Thanks for the tests. They make the information more reliable since I had extensions turned on.

[-] Ilandar@aussie.zone 1 points 5 months ago

LibreWolf is a desktop browser, Mull is a mobile browser. Firefox for Android has the same issue while desktop Firefox does not, so I assume that's where the problem is.

[-] GasMaskedLunatic@lemmy.dbzer0.com 9 points 5 months ago

Something something anti-trust?

[-] possiblylinux127@lemmy.zip 1 points 5 months ago
[-] azron@lemmy.ml 8 points 5 months ago* (last edited 5 months ago)

Heh. I was skeptical this was true fired up mull and sure enough still displaying nothing.

[-] AnEilifintChorcra@sopuli.xyz 8 points 5 months ago

It loads googles consent page for me. I got a blank page at first but I had to temporarily allow google connections in ublock origin to get it to load

[-] possiblylinux127@lemmy.zip 7 points 5 months ago

Duck.com

Much better results and faster

[-] pizzawithdirt@lemmy.world 5 points 5 months ago

DDG is just a Bing frontend. Using SearXNG is mostly better since you can get results from multiple sources.

[-] lud@lemm.ee 1 points 5 months ago

I think they use some yahoo data too and some of their own crawlers.

Results are not always the same in bing and DDG especia

[-] pistachio@lemmy.ml 5 points 5 months ago

Since a few months ago I get so many AI generated blog articles as top results with ddg (a lot with google as well, but less so)

[-] DreadPotato@sopuli.xyz 3 points 5 months ago* (last edited 5 months ago)

I have a really hard time getting good local/region specific results for products, I mostly get US or UK results which are utterly useless to me since I'm not located either places. I've tried all sorts of shenanigans to limit the search to my area/country but it's not really effective.

[-] reactive_recall@lemmy.ml 7 points 5 months ago
[-] kilowatt@lemmy.world 5 points 5 months ago

Nice feature

yep, it straight up doesn't load, what a shitshow

[-] z3rOR0ne@lemmy.ml 4 points 5 months ago

Yeah, that is sus...I just use !bang in duckduckgo though, and I get results even with Noscript and Ublock on...

!g some search

Works in Mull...but yeah google.com shows blank even with extensions turned off. Meh, I haven't been on Google in a long while now. Too many decent altermatives to care.

[-] sxan@midwest.social 4 points 5 months ago

And so it begins.

I noticed this today, too. I didnft know how long it'd been going on, since I haven't tried to visit a Google page in a couple of weeks.

Thank goodness for SearX. This will also absolutely drive up the amount I visit Bing.

[-] Canadian_Cabinet@lemmy.ca 3 points 5 months ago

I was wondering why I was getting a blank screen earlier

this post was submitted on 08 Jan 2024
164 points (97.1% liked)

Privacy

29831 readers
1224 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS