Opened 10 years ago
Closed 10 years ago
#12812 closed Bug (fixed)
Security error is thrown because lineutils constructor tries to access outer frame
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.7 |
Component: | General | Version: | 4.3 |
Keywords: | Cc: |
Description (last modified by )
Based on https://github.com/ckeditor/ckeditor-dev/pull/153
It's easiest to reproduce by loading such file from http://ckeditor.dev:
<!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 (3)
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 10 years ago by
Milestone: | → CKEditor 4.4.7 |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
Fixed on master with git:33557ff.
I was able to reproduce this error on Chrome and Safari, but not on Firefox.