From ed66a8d1573b8a40e89d20e4b15e4756e28699e2 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 24 Apr 2025 19:47:29 -0400 Subject: [PATCH] [mv3] Code review --- platform/mv3/extension/js/action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/mv3/extension/js/action.js b/platform/mv3/extension/js/action.js index f196dee5e..3772e5cbf 100644 --- a/platform/mv3/extension/js/action.js +++ b/platform/mv3/extension/js/action.js @@ -103,7 +103,7 @@ export async function syncToolbarIcon(wakeup) { webNavigation.onCommitted.addListener(toolbarIconListener, { url: Array.from(toToggle).map(a => ({ - originAndPathMatches: `^https?://(.+\\.)?${a}/` + originAndPathMatches: `^https?://([^.]+\\.)*${a}/` })), });