From 078e7364072c23cfb26af29bebe32431061bd035 Mon Sep 17 00:00:00 2001 From: Paolo Fabbri Date: Sat, 11 Apr 2026 13:52:09 +0100 Subject: [PATCH] Remove password manager autofill references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Browser security prevents extensions from injecting content scripts into other extensions' pages (chrome-extension:// / moz-extension://), so 1Password, Bitwarden, and other password managers cannot autofill our new tab setup input. The autocomplete="current-password" and name="github-token" changes had no effect — reverting them and removing the misleading CHANGELOG entry. Users should copy the token manually from their password manager's browser extension popup and paste it into the setup input. Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 1 - newtab.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 943d4cc..ddc2482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ - Add accessibility: ARIA labels, focus trap, keyboard nav, focus-visible outlines - Add logout confirmation modal (replaces double-click, works in Firefox) - Improve error messages for 401 and permission errors -- Add password manager autofill support on setup input - Add `make release` with interactive version bump menu - Add `make demo` for screenshot-ready extension builds with mock data - Add privacy policy (PRIVACY.md) diff --git a/newtab.html b/newtab.html index 97f3431..0ba1726 100644 --- a/newtab.html +++ b/newtab.html @@ -53,7 +53,7 @@

Get started

- +