Changes between Initial Version and Version 1 of Ticket #9809, comment 5
- Timestamp:
- Jul 24, 2014, 2:53:37 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9809, comment 5
initial v1 15 15 Blocked a frame with origin "http://app.pagecloud.ca" from accessing a frame with origin "http://69.195.124.240". Protocols, domains, and ports must match. 16 16 [Error] Blocked a frame with origin "http://app.pagecloud.ca" from accessing a frame with origin "http://69.195.124.240". Protocols, domains, and ports must match. 17 18 {{{ 17 19 getFrame (ckeditor.js, line 65) 18 20 k (ckeditor.js, line 755) … … 48 50 s (ckeditor.js, line 219) 49 51 (anonymous function) (ckeditor.js, line 220) 52 }}} 50 53 51 54 and Chrome: 52 55 56 {{{ 53 57 Uncaught SecurityError: Failed to read the 'frame' property from 'Window': Blocked a frame with origin "http://app.pagecloud.ca" from accessing a frame with origin "http://69.195.124.240". Protocols, domains, and ports must match. 54 58 CKEDITOR.tools.extend.getFrame ckeditor.js:65 … … 85 89 s ckeditor.js:219 86 90 (anonymous function) 91 }}}