Skip to content

Commit b34bdd9

Browse files
committed
fix: add world: MAIN to Firefox page script registration
1 parent 4774eef commit b34bdd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/browser/src/autofill/fido2/background/fido2.background.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ export class Fido2Background implements Fido2BackgroundInterface {
176176
{ file: await this.getFido2PageScriptAppendFileName() },
177177
{ file: Fido2ContentScript.ContentScript },
178178
],
179+
world: "MAIN",
179180
...this.sharedRegistrationOptions,
180181
});
181182
}

0 commit comments

Comments
 (0)