Bug 105791
Summary: | Log a console warning when links are blocked due to a frame's sandbox. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mike West <mkwst> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 101964 |
Mike West
Clicking the link in the following frame should log something reasonable to the console (we're already doing the right thing for `window.open`):
<iframe sandbox="allow-scripts" srcdoc="<a href='document' target='_blank'>link</a>"></iframe>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |