Changes between Version 1 and Version 2 of Ticket #9705, comment 4
- Timestamp:
- Dec 28, 2012, 8:09:35 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #9705, comment 4
v1 v2 2 2 3 3 1. 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):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**) adding extra attribute value: 6 6 {{{ 7 7 <iframe src="replacebycode.html" width="1100" height="800" sandbox="allow-scripts allow-same-origin">