Help! I Think I Accidentally Created a Phishing Site

0
8
Asked By CuriousDev42 On

I'm pretty new to web development and just made my second site using Glitch. I was trying to create a trivia site with some creepy surprises. I wanted to implement two main scares: first, detecting if a user switched tabs and accusing them of cheating, and secondly, using the Google Street View API to show a photo near where they are located by reverse geocoding their IP address. I got the street view image to flash for just a fraction of a second before changing pages. After taking a lunch break, I realized my site had a "your connection is not private" message, which also didn't work in the Glitch preview. Clicking through the warning didn't help since my college blocks it. Can anyone help me understand what went wrong, how to fix it, and how to prevent this from happening again?

5 Answers

Answered By TechGuru88 On

This sounds a bit sketchy—how does detecting tab switches relate to phishing? The whole vibe of accessing users' locations without clear communication can raise red flags.

Answered By SecureCoder On

Just to clarify, that error you're seeing usually indicates that your HTTPS certificate is not working properly. Fixing that should be your first priority.

Answered By CreativeDev On

Honestly, I would rethink that second scare; it could give users the wrong idea about what your site is doing. There are plenty of other creative ways to add surprises without sounding invasive!

CuriousDev42 -

Fair point! I wanted it to be fun but I see how it could be taken the wrong way. Thanks for the advice!

Answered By WebNinja21 On

You might be facing that "your connection is not secure" error because of a misconfigured SSL certificate, or you might not have one at all. Plus, for reverse geocoding, just so you know, it's typically only accurate on a country level. Anything more specific can be hit or miss!

Answered By CodeWizard99 On

That "connection is not private" message usually means your SSL certificate is either expired or not properly configured. You might want to check that out!

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.