My all deployment pages in github are marked as dangerous sites.. but they are just simple projects like calculator and my portfolio etc.. #133058
-
Select Topic AreaQuestion BodyMy all deployment pages in github are marked as dangerous sites.. but they are just simple projects like calculator and my portfolio etc.. How can I make the page as normal?? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Ensure your GitHub Pages are properly configured to use HTTPS. GitHub Pages automatically provides HTTPS for *.github.io domains, but make sure it's correctly set up, |
Beta Was this translation helpful? Give feedback.
-
|
Use tools like Google Search Console or SUCURI SiteCheck to scan your site for any security issues and resolve them accordingly. And moreover you should check the console and network tabs in developer tools for any errors or warnings. |
Beta Was this translation helpful? Give feedback.
-
|
It is hard to say what cause this, as the mechanism isn't open. Try to not refer to domains you don't own, e.g., try adding real contact info, not something like fake phone numbers and an email address which does not resolve. Also, in my case I got a dialog to report this site as "not suspicious". |
Beta Was this translation helpful? Give feedback.
-
|
Go to the GitHub Pages settings for your project. Make sure the domain and other settings are correct. Something might be set up incorrectly. Try Different Browsers: See if the problem happens in other browsers. Sometimes, security warnings are only in one browser. Look at Your Code: Check your index.html and any scripts or links you’re using. Sometimes, security warnings come from certain code or links that look suspicious. Scan Your Site: Use tools like Google Search Console or SUCURI SiteCheck to scan your site for any issues. These tools can help find problems that might be causing the warnings. Check for Errors: Open the developer tools in your browser (press F12) and look at the Console and Network tabs. This can show you any errors or issues that might be causing the warnings. Use Real Contact Info: Make sure you’re not using fake contact details on your site. Sometimes, fake info can trigger warnings. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @SuhainaFathimaM , This usually happens with repos hosted on GitHub Pages cloning the design of popular websites like |
Beta Was this translation helpful? Give feedback.

Hi @SuhainaFathimaM ,
This usually happens with repos hosted on GitHub Pages cloning the design of popular websites like
Facebook,Amazon,Instagram,Twitter,Netflix,Spotify. That's aGooglesecurity policy, for more information see the Google Safe Browsing documentation on Social engineering (phishing and deceptive sites). However I've also noticed it happens with other repos, for example here #132906 , the issue could be related to the Google Safe Browsing phishing list that is flagging all your projects hosted on GitHub Pages. Take a look at this comment from discussion #30261 and check if it helps you to solve it.