Jump to content

Google keeps marking my Emby domain as a deceptive/phishing site.


Nebarik

Recommended Posts

My current setup with specific details obscured.

Emby docker install running on Linux behind a nginx reverse proxy with ssl on my domain:
https://embysubdomain.mydomain.id.au/ (not my real link but go with me)

As mentioned this is a Nginx reverse proxy that uses a valid and up to date let's enecrypt SSL cert, loading Emby which is running in docker on the default port. 

Every few months or so Google will flag my Emby subdomain as being dangerous in Chrome (and any other browser that uses the same database). My other subdomains on the same domain are unaffected (eg https://sonarr.mydomain.id.au/). In the Google search console it claims it's a phishing site for logins or has been reported as downloading malicious files. I can click "issues resolved" and a few hours later it clears and the domain is "safe" again. But whats actually causing this? My best guess is Emby's landing page is a login page and Google is freaking out about it. 

In Emby's logs there's no mass incorrect logins. Just successful ones from me and my users (with the very rare incorrect password sometimes). And I don't have malcious files, just the usual movies etc. 

Has anyone run into this before? Any tips on how to prevent Google from hassling me? Some sort of robots.txt or hide the login page behind a differnt landing page?

  • Agree 1
Link to comment
Share on other sites

I checked out pi8radio's cloudflare settings (something ive messed with before and gave up on when I ran into problems with chromecast). 

Giving those a try and so far my browsing speed has increased. But the Google issue only happens once every several months so I guess we'll see if its a two stones one bird situation or not. 

Link to comment
Share on other sites

It's now behind Cloudflare cache with pir8radio's settings. 
The issue only happens once every several Months, so we're going to have to wait and see. I'll get back to you in like 6 months at the best case, less if it happens again. 

  • Like 1
Link to comment
Share on other sites

  • 9 months later...
TheKamakaZi

This just happened to me for the first time. Here are the details from the Google report:

Description
These pages attempt to trick users into doing something dangerous, such as installing unwanted software or revealing personal information. Learn more
Link to comment
Share on other sites

7 hours ago, shadowfire36 said:

is there a fix for this, i have been getting this starting a few days ago 

If you're on Cloudfare like many of the others here, then I would suggest taking a look at this:

 

Link to comment
Share on other sites

adamrussak

Hi,

This is happening to me as well,

My setup is using no-ip (ddns)

And traefik as my local proxy.

 

*I'm am running this setup for over 4 years now, s d the issue started in the last 6 months

Link to comment
Share on other sites

Chris221221

I just got this issue 2 days ago. Nothing has changed in my system other then the certificate from Let's Encrypt ran through Certify the Web. Any help would be greatly appreciated.

 

Edit: I am not on cloudflare due to the issues with the free accounts.

Edited by Chris221221
Link to comment
Share on other sites

Q-Droid

This is more of a guess than anything but maybe trying to stop the Google bots can help. If you're behind a reverse proxy then setting the X-Robots-Tag response header would keep Google from indexing and crawling the site. I think the syntax below is correct for each for but check to be sure.

nginx:
add_header X-Robots-Tag "none" always;

Caddy:
header {
    X-Robots-Tag none
}

traefik:
headers:
        customResponseHeaders:
          X-Robots-Tag: "none"
or
  - "traefik.http.middlewares.testHeader.headers.customresponseheaders.X-Robots-Tag=none"

Apache:
Header always set X-Robots-Tag "none"

HAproxy:
   http-response add-header X-Robots-Tag none
 

Link to comment
Share on other sites

adamrussak
4 hours ago, Chris221221 said:

I just got this issue 2 days ago. Nothing has changed in my system other then the certificate from Let's Encrypt ran through Certify the Web. Any help would be greatly appreciated.

 

Edit: I am not on cloudflare due to the issues with the free accounts.

I'm with let's encrypt as well..

Link to comment
Share on other sites

  • 4 weeks later...
budokaiman

I've also been getting this issue regularly. I've had my x-robots-tag set up across the domain for a while as well, and google just doesn't seem to care. Is there a way to disable the browser suggested download the of the emby app? I'm curious if that's causing problems.

Edited by budokaiman
Link to comment
Share on other sites

feerlessleadr

This also just happened to me. I'm not running through cloudflare, as I would prefer not to. On top of that, it looks like because my emby site was flagged by Google, my domain registrar threatened to suspend my account. I had to send a number of very strongly worded emails to get them to back down. Of course Google is no help whatsoever in fixing this.

Link to comment
Share on other sites

  • 3 months later...
pragmatick

I'm having the same problem. I'll probably remove the subdomain and move it to a path (e.g. bla.domain.com/emby instead of emby.bla.domain.com) but it's been a hassle and I was kinda wary having to identify myself as the domain owner to google in order to find out what's the issue.

I have a lot of other subdomains which require a login and none has triggered this.

Edited by pragmatick
Link to comment
Share on other sites

budokaiman

Moving to a path won't resolve it, you'd have to move to an entirely separate domain as google is blocking at the domain level (so if they block bla.domain.com because of /emby, subdomains will get blocked too).

This issue just happened to me again yesterday, for a while google wasn't throwing a tantrum then out of nowhere blocked it again. Is there some update to the emby frontend that we can't control that's going out and could be causing these flags?

Link to comment
Share on other sites

For the record. Ever since I started to use Cloudflare this issue has never come back again.

Barring another solution, that's what I'd recommend. 

Link to comment
Share on other sites

  • 3 weeks later...

Just had my domain flagged giving me the same error. I am running my DNS through cloudflare as well, so I dont believe that is the fix.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...