Html 框架 iframe 不能用嗎?
By
goin
at 2015-07-11 • 0人收藏 • 2209人看过
4 个回复 | 最后更新于 2017-12-14
回复#2 @fat32 :
before:
$iframeRule = array( 'iframe' => array( 'src' => $urlFilter, 'width', 'height', 'frameborder', 'allowfullscreen' ) );
after:
$iframeRule = array( 'iframe' => array( 'src', 'width', 'height', 'frameborder', 'allowfullscreen' ) );
登录后方可回帖
对,这个标签有安全性问题,用户可能会利用iframe标签嵌入恶意内容。