---
title: "How my side project got banned from the internet"
url: https://daily.dev/posts/how-my-side-project-got-banned-from-the-internet-1fmhlalc6
source_url: https://trysound.io/how-my-side-project-got-banned-from-the-internet/
type: article
source: "Lobsters"
published: 2026-02-27T04:36:49.550Z
updated: 2026-02-27T04:37:18.852Z
tags: ["startup", "dns", "web-security"]
reading_time: 5
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How my side project got banned from the internet

**[Lobsters](https://daily.dev/sources/lobsters)** · 5 min read · 0 upvotes · 0 comments

## Summary

A developer shares their experience after their side project (Engramma, a JSON/design tokens editor) was falsely flagged as a phishing site by Google Safe Browsing and 10 other security vendors. The post walks through the process of contacting each vendor to clear the false positive, ranking them by response time and quality. The root cause turned out to be a 302 redirect from the bare domain to a subdomain on a newly registered domain — a pattern commonly used by malicious actors. The fix was building a simple landing page to eliminate the redirect. Key takeaways: check VirusTotal before launching on a new domain, set up Google Search Console immediately, and avoid bare-domain redirects.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://trysound.io/how-my-side-project-got-banned-from-the-internet/>

## Similar posts on daily.dev

- [Google Safe Browsing incident](https://daily.dev/posts/google-safe-browsing-incident-txwfsh2lo) · Hacker News · 2 upvotes · 1 comments
- [My domain got abused on Github Pages — Roland Meertens](https://daily.dev/posts/my-domain-got-abused-on-github-pages-roland-meertens-n4jdpurcu) · Lobsters · 3 upvotes · 0 comments
- [Never Buy A .online Domain](https://daily.dev/posts/never-buy-a-online-domain-cmwrcnll5) · Hacker News · 32 upvotes · 7 comments

---

Tags: [#startup](https://daily.dev/tags/startup), [#dns](https://daily.dev/tags/dns), [#web-security](https://daily.dev/tags/web-security)

[View this post on daily.dev](https://daily.dev/posts/how-my-side-project-got-banned-from-the-internet-1fmhlalc6)
