Opened 9 years ago

Last modified 9 years ago

#12812 closed Bug

Security error is thrown because lineutils constructor tries to access outer frame — at Initial Version

Reported by: Piotrek Koszuliński Owned by:
Priority: Normal Milestone: CKEditor 4.4.7
Component: General Version: 4.3
Keywords: Cc:

Description

Based on https://github.com/ckeditor/ckeditor-dev/pull/153

It's easiest to reproduce by loading such file:

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>Foo</title>
</head>
<body>
	<iframe src="http://sub.ckeditor.dev/ckeditor-dev/plugins/image2/dev/image2.html" width="1200" height="500"></iframe>
</body>

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy