Firefox is blocking my personal website based on flawed "Google Safe Browsing" What the hell?

ctag@lemmy.sdf.org to Firefox@lemmy.ml – 168 points –

Started this morning. All of my personal tools like nextcloud and RSS reader were blocked, and I had to go manually override that screen for each one. Unacceptable.

50

Looks like Google is the responsible one, not Firefox. Don't shoot the messenger.

Why is firefox trusting the evil empire to tell it what sites are safe?

Don't have the funding to themselves, and probably worth it so new users don't get fucked

Why does Firefox need to tell Google which sites you're visiting even if you don't use Google Search ?

This is a protection mechanism to prevent laymen from falling for scam websites. It is a service offered by Google, enabled by default in Firefox. It can disabled in the configs.

Are they submitting that to Google or are they subscribing to some hashed list google has of domains with (according to them) know malware, issues, etc?

In that case everything happens on your pc and doesn’t go to google or Mozilla

Hashed, but there is also a preferences cookie.

Copied from Wikipedia, but the citation is Google's white paper on this 'Logs, which include an IP address and one or more cookies, are kept for two weeks and are tied to the other Safe Browsing requests made from the same device.'

But that isn’t per domain is it? It’s just for fetching the list?

Similar to how your browser may request CRL’s

Not that it’s great that they’re setting a cookie.

2 more...
2 more...

Set up google search console for that domain, then it will tell you why it’s blocked. It might be a false positive you can flag, or it might be that a host or service has been compromised or contains something harmful. Google’s blocklist is quite aggressive and often blocks entire domains if one of their subdomains has a violation.

Yeah, people are getting really upset at Google/Mozilla here but SafeBrowsing is actually a very good service. I legitimately believe that it frequently prevents malware infections and phishing on a regular basis. It is also architected with a privacy-first approach that reveals very little data to Google. And the SafeBrowsing privacy policy is actually one of Google's very tight ones.

I think Mozilla made the right choice to enable it by default. They also make it fairly easy to disable this for advanced users under the "Deceptive Content and Dangerous Software Protection" setting. (No need to crack open about:config, disabling it is fully supported.)

I understand that this may be a controversial opinion.

Are you using a free subdomain?

I am and have this issue sometimes. What’s the connection / cause?

Reports of individual subdomains that are running shit lead to the main site slowly being pushed to "generally non-safe".

This is a crtified .zip moment

How so?

Tldw; scammers trick people using .zip top level domains

Google should retract these new top level domains- Brodie Robertson

I personally like the domain.

The problem is just that it's too susceptible to being used to trick users, the services hosted on .zip domains aren't evil by default, like your instance that is completely legit.
If you want to see (yet another) video, Thio Joe covered this really well imo

Anyone also using that free subdomain is linked to you because you're both using the same domain

Ahhh, that makes sense. Thanks.

You're welcome.

Think of it as you sharing a house with other people. You all have your own rooms (subdomains) but live at the same address (domain). You try to order a takeaway but they've blacklisted your address because another resident abused their service

(Analogy for anyone else who comes across this)

I imagine that domain is mostly used for spam/phishing sites so Google preemptively blocks all sub domains until they prove they aren't spam. That's one of the shortcomings of using a free domain I guess.

That's one of the shortcomings of using a free domain I guess.

Domains are cheap as dirt for the most part anyways, it's like 12$/year for a .com if you don't mind having one of those weirder TLDs I've seen those as cheap as 2$/year

2 dollars a year

I got 1 dollar a year on my domain, gen.xyz has some real cheap domains if you don't care about it being a string of 6-9 numbers.

What were they thinking with some of those TLDs?

There's also .website which seems like a weird choice, yeah this website here, yeah this one here, it's a website.

Just get a cheap domain. Free domain will always get flagged, unless it's for a service with no development API. It's too easy as an attack vector, so those free domains often get flagged. If you want to avoid it all together, just get a cheap domain you own and control.

I'm not, I guess I wouldn't be surprised if this happened and I was though. Thanks for the context.

I got hit by that, basically forced me to make a Google account and add all my sites to it even though I couldn't care less about SEO and indexing. Now it keeps sending me spam emails about "problems" with my websites. No, I'm intentionally not letting you index this.

What seems to be going on is it's flagging random widespread open-source software as impersonation/phishing login page because it's seen it on a bigger site and assumes you're doing some phishing.

Filed an appeal and it thankfully promptly got resolved. Google ain't known to be friendly to developers.

I want to like that feature because I'm sure it's helpful for the less technically savvy. But I hate that Google can just decide my site is unsafe and essentially cut my sites off the Internet for most people. If Google denies your appeal you have basically zero recourse.

That sucks, yeah. Thanks for sharing, its good to know that its not just me.

I think we need more info here. I'm guessing this is a locally hosted site? How are you exposing it to the web? DDNS? Reverse proxy? Honestly it's hard to diagnose without knowing your IP, which you definitely shouldn't give us.

Edit: you can check your site here, maybe they'll give you details on why it was blacklisted: https://transparencyreport.google.com/safe-browsing/search

Thank you for the link, but it just returns "no data" on my site.

Locally hosted on a not-static IP with cloudflare DNS and their proxy stuff.

Just reporting back that the transparencyreport page just says "some pages on this site are unsafe" without elaboration. It then offers that if I want details I have to give it individual page links at a time to see if they're the cause of the alert... Ugh.

Happend to me recently, with no option to "ignore and continue". I opened the page in private mode and it worked. Weird.

If you have a dynamic IP from your ISP, could be you got unlucky and were given a address previously used by attackers.

Or if you have a static IP on a VPS or similar, they may have had a lot of attacks from the IP Range.

By attacks in this instance I mean people setting up phishing or similar websites as the most common example. A simple web form, probably with obfuscated code. They then send a bunch of emails line "click here to view your invoice"and gather office 365 credentials.

While it's not good that this kind of false positive happens from time to time, I am more thankful this kind of service exists. Yes, there's privacy and security implications, but smart screen has stopped legitimate attacks at our clients before, and we force it enabled wherever possible.

Thank you for the context, that makes sense and it would be difficult to prevent a recycled IP from causing this kind of problem.

I think people are missing the point here if they say "just click through". Mozilla's reliance on Google could potentially be anticompetitive in nature if Google is essentially worsening a self hosted service which would compete with their own offerings.

Except this is more a symptom of relying on someone else’s hardware, network connectivity, and/or domain. Google isn’t blacklisting Nextcloud.

Click “ignore the risk” and it will continue to the page. You better be certain you aren’t being man in the middle attacked though.

That's weird. Google is using Safe Browsing to censor the Internet.

You can go to about:config and set browser.safebrowsing.blockedURIs.enabled to false.

It will be better if Mozilla make their own version of Google Safe Browsing. Because less Google is good.