Cross Browser Sandbox Attribute for iframes
Sandbox attribute for iframes is the method of running external site pages with reduced privileges (e.g. no JavaScript) in iframes. Browser Support Sandbox attribute for iframes is already supported by all major browsers so it should be really easy to get it working cross-browser. Code …