From 0962e054d16668a70f9976fe28a5b5fa5726ac25 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Sun, 22 Feb 2026 16:08:20 +0100 Subject: [PATCH] fix: remove fediverse node autocomplete (CORS blocked) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nodes.fediverse.party doesn't send CORS headers, so the fetch fails from the browser. Remove autocomplete entirely — users type their instance once and localStorage remembers it. --- _includes/layouts/post.njk | 24 ++++------------ js/fediverse-interact.js | 57 -------------------------------------- 2 files changed, 6 insertions(+), 75 deletions(-) diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 0eab3ef..7fcfa00 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -126,24 +126,12 @@ withBlogSidebar: true @click.outside="showModal = false">

Fediverse Interaction

Enter your instance to like, boost, or reply.

-
- - {# Autocomplete suggestions #} - -
+