mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Remove obsolete comment
This commit is contained in:
parent
222f4fbbc1
commit
b74b1a789c
1 changed files with 0 additions and 3 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue