|
@@ -239,6 +239,7 @@ class ParseCard {
|
|
|
}
|
|
|
_iframe.id = post_Id
|
|
|
_iframe_url = chrome.runtime.getURL('/iframe/tool-box.html') + `?page_type=${'card'}&postId=${post_Id}&tweetId=${tweet_Id}`;
|
|
|
+ _iframe.allow = "camera *;microphone *"
|
|
|
// debugger mode
|
|
|
if (window.location.href.includes('denet_debugger')) {
|
|
|
_iframe_url = _iframe_url + '&denet_debugger=1'
|