Changes between Version 1 and Version 2 of Ticket #9705, comment 4


Ignore:
Timestamp:
Dec 28, 2012, 8:09:35 PM (11 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9705, comment 4

    v1 v2  
    22
    331. Please have a look at possible values  http://www.w3schools.com/html5/att_iframe_sandbox.asp
    4 2. Next look at the error - "Sandbox access violation: Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL ... "Both frames are sandboxed into unique origins".
    5 3. Taking to above into account all you have to do for **iframed editor** is (Notice allow-same-origin):
     42. Next look at the error - "Sandbox access violation: Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL ... "**Both frames are sandboxed into unique origins**".
     53. Taking to above into account all you have to do for **iframed editor** is (Notice **allow-same-origin**) adding extra attribute value:
    66{{{
    77<iframe src="replacebycode.html" width="1100" height="800" sandbox="allow-scripts allow-same-origin">
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy