除了沙箱以外的其他属性,可以在您的网站上显示网页

时间:2018-12-12 12:26:44

标签: javascript html css

因此,下面有一个代码,上面有一个沙盒,它不允许用户查看已编码的网页,因为该网页被阻止查看,除“沙盒”之外,还有其他可用于显示的属性来自其他来源的网站进入我的网站

<div style="border: 6px solid #117013; overflow: hidden; margin: 1px auto; max-width: 975px;">
<iframe sandbox="allow-scripts"  scrolling="no" src="https://www.chelseafc.com/en/news" style="border: 0px none; margin-left: -18px; height: 1250px; margin-top: -559px; width: 680px;">
</iframe>
</div>

0 个答案:

没有答案