|
|
@ -43,6 +43,8 @@ let getIframe = () => {
|
|
|
|
"id",
|
|
|
|
"id",
|
|
|
|
"chinese-programmer-wrong-pronunciation-custom-iframe"
|
|
|
|
"chinese-programmer-wrong-pronunciation-custom-iframe"
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
iframe.setAttribute("security", "restricted");
|
|
|
|
|
|
|
|
//iframe.setAttribute('sandbox',"")
|
|
|
|
aside.appendChild(iframe);
|
|
|
|
aside.appendChild(iframe);
|
|
|
|
custom_box.appendChild(aside);
|
|
|
|
custom_box.appendChild(aside);
|
|
|
|
document.body.appendChild(custom_box);
|
|
|
|
document.body.appendChild(custom_box);
|
|
|
|