javascript - Make HTML5 sandbox work for IE8/9 using polyfill or shim -
i make new html5 iframe attribute sandbox
work in ie8 , 9. have googled day , tried many "libraries" supposed make html5 work, don't seem have "sandbox" included.
so question; can find polyfill/shim/plugin/snippet or else make iframe sandbox
work in ie8/9 ?
as others have noted cannot work in javascript alone, best bet use security="restricted" ie attribute.
see here : http://blogs.msdn.com/b/ie/archive/2008/01/18/using-frames-more-securely.aspx
Comments
Post a Comment