禁止跨域iframe

时间:2014-05-24 09:41:11

标签: iframe

我想使用iframe引用一个网站,但另一个禁止我使用js如下:

/* frame busting */
if (top !== self) {
    top.location.replace(location);
    alert("prohibited!");
    $('body').html('');
}

我该怎么办?

0 个答案:

没有答案