Commit 70c508c7 authored by Oleg Korshul's avatar Oleg Korshul

баг с yahoo

parent 4f436c28
......@@ -1420,6 +1420,7 @@
ifr.style.height = '100px';
ifr.style.overflow = 'hidden';
ifr.style.zIndex = -1000;
ifr.setAttribute("sandbox", "allow-same-origin");
document.body.appendChild(ifr);
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment