feat: Remove safe ICF flags for linux, b=no-bug, c=configs

This commit is contained in:
Mr. M
2025-09-21 15:33:57 +02:00
parent 4744a4cf6d
commit 2ed55a22a6
2 changed files with 1 additions and 3 deletions

View File

@@ -381,7 +381,7 @@ export class ZenUrlbarProviderGlobalActions extends UrlbarProvider {
ownerGlobal.WebExtensionPolicy.getByID(payload.extensionId)
);
if (action) {
action.openPopup(ownerGlobal, /* without user interaction = */ true);
action.triggerAction(ownerGlobal);
}
return;
}