Rank: Newbie Groups: Member
Joined: 3/3/2016 Posts: 5
|
Uncaught SecurityError: Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match.
trying to do scripting in an iframe. both the frame and main window are local hosted files. so they're in the same domain works fine in desktop chrome. but i get this security error using the eo.webbrowser
|
Rank: Newbie Groups: Member
Joined: 3/3/2016 Posts: 5
|
nevermind, i can use the EnableWebSecurity option to fix this issue
|