Css 防iframe挂马

Css 防iframe挂马.
原页面中无iframe的,可以这样来.
代码:
iframe{v:expression(this.src="about:blank",this.outerHTML='');}
这是将所有的iframe重定向了.
或者
代码:
fuckiframe{
width:1px;
overflow:hidden;
text-overflow:clip;
white-space: nowrap;
clear: none;
float: none;
line-height: 0px;
display: inline;
}
然后在网页的最后一行加上一个标签
代码:
<fuckiframe>
样也同样能使加在网页最后一行的iframe失效.

当然这些仅是权yi之计.治标不治本.只是为网页加一层防护罢了.程序安全,还是最重要的.