From b74b1a789c15050fdc85a4bb8cba53cdf08ed6a6 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 17 Jan 2026 13:28:25 -0500 Subject: [PATCH] [mv3] Remove obsolete comment --- platform/mv3/extension/js/background.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/platform/mv3/extension/js/background.js b/platform/mv3/extension/js/background.js index 4d9c644c5..efa05b2ae 100644 --- a/platform/mv3/extension/js/background.js +++ b/platform/mv3/extension/js/background.js @@ -667,9 +667,6 @@ async function startSession() { // Permissions may have been removed while the extension was disabled const permissionsUpdated = await syncWithBrowserPermissions(); - // Unsure whether the browser remembers correctly registered css/scripts - // after we quit the browser. For now uBOL will check unconditionally at - // launch time whether content css/scripts are properly registered. if ( isNewVersion || permissionsUpdated ) { registerInjectables(); }