Skip to content

Commit 3e41041

Browse files
authored
add back iframe (without src) support
this makes inspector work again for https://ember-twiddle.com/
1 parent d2f5d40 commit 3e41041

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)