Skip to content

Commit 422be0a

Browse files
add back iframe (without src) support (#2702)
2 parents d2f5d40 + 3e41041 commit 422be0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

skeletons/web-extension/manifest.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@
2626
"world": "MAIN",
2727
"run_at": "document_start",
2828
"match_about_blank": true,
29+
"match_origin_as_fallback": true,
2930
"all_frames": true
3031
},
3132
{
3233
"matches": ["<all_urls>"],
3334
"js": ["content-script.js"],
3435
"run_at": "document_end",
3536
"match_about_blank": true,
37+
"match_origin_as_fallback": true,
3638
"all_frames": true
3739
}
3840
],

0 commit comments

Comments
 (0)