Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 380780

Summary: PluginRegistry should offer some protection from plugins that try to change page location
Product: [ECD] Orion Reporter: Simon Kaegi <simon_kaegi>
Component: ClientAssignee: Simon Kaegi <simon_kaegi>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.5   
Target Milestone: 0.5 RC2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Simon Kaegi CLA 2012-05-27 17:29:48 EDT
I ran into a case where jseautify did not want to be framed and broke out. We should offer some minimal protection here to prevent innocent mistakes.
Comment 1 Simon Kaegi CLA 2012-06-13 16:50:26 EDT
I've added the use of the HTML5 sandbox attribute to our IFrames. This works in WebKit based browsers and soon Firefox and presumably IE10 when it comes out. Ken reviewed.