Skip to content

Commit

Permalink
fix(cherry-pick): iframe injection in MV3 (#25051) (#25056)
Browse files Browse the repository at this point in the history
Cherry picks
[98385ff](98385ff)
(#25051) to Version-v11.16.6

Co-authored-by: Frederik Bolding <[email protected]>
  • Loading branch information
danjm and FrederikBolding authored Jun 5, 2024
1 parent 05a6fed commit d3895c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/app-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const registerInPageContentScript = async () => {
js: ['scripts/inpage.js'],
runAt: 'document_start',
world: 'MAIN',
allFrames: true,
},
]);
} catch (err) {
Expand Down

0 comments on commit d3895c2

Please sign in to comment.