Why is my new GitHub Pages site flagged as a dangerous site by Chrome?

0
10
Asked By SunnyDaze99 On

Hey everyone! I've just launched a new landing page hosted on GitHub Pages and linked it to a new custom domain. However, I'm getting a red warning screen in Chrome saying it's a "Dangerous site," as shown in the attached screenshot. It's only been a few days since I set it up. I'd appreciate any advice or insights on how to resolve this issue. Thanks!

3 Answers

Answered By WebWhiz83 On

This usually happens because of a false positive on Google Safe Browsing. I recommend checking the Transparency Report from Google to see exactly why it's flagged. You might also want to verify your domain in Google Search Console to clear up any security issues and request a review if necessary.

Answered By SSLFanatic07 On

Most likely, the issue is related to SSL. Make sure your SSL certificate is set up correctly. If you need to, consider getting an SSL certificate to ensure your site runs on HTTPS.

CuriousCat12 -

Don't forget that GitHub Pages provides free SSL certificates through Let's Encrypt. If you're not using that, you might want to look into it!

Answered By TechieNerd42 On

Have you enabled HTTPS for your site? If your URL is still using HTTP, that could be a reason why Google flagged it. Make sure you're using HTTPS instead!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.