givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
7.07k stars 1.62k forks source link

SecurityError: Blocked a frame with origin #251

Open kpomservices opened 2 years ago

kpomservices commented 2 years ago

Hi

Editor is looking fine and useful for us,

We are getting an issue of accessing the remove html cotent inside the editor iframe. We are getting SecurityError: Blocked a frame with origin "origin ip" from accessing a cross-origin frame.

Pls provide details how to have a structure of the editor with the saved html / css from another / remote server.

oleteacher commented 2 years ago

Far, far, far from an expert on the subject but have fought the issue on many other projects. Take a look at this Stackoverflow https://stackoverflow.com/a/25098153/5914789 (see comments too).

Do not mean to butt in here, just trying to be helpful:)