You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I dont want it to reach DOM
Also including files should be optional when executing the code. (for security and other reasons, like the code may break if the remote included file goes missing)
Can you add a parameter for these?
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. This is a very interesting concept. So, the use case is that you want to include QBJS on a page on your site where visitors can change and execute the code samples?
If you are planning embedding the QBJS IDE from qbjs.org in an iframe on your site, the standard browser security rules will prevent that frame from being able to modify content on the parent page.
In addition to the DOM functions a potential secure mode would probably also need to disable the ability to use the $If Javascript metacommand to include native JS code.
Hello, I want user to run QB in my website.
But I dont want it to reach DOM
Also including files should be optional when executing the code. (for security and other reasons, like the code may break if the remote included file goes missing)
Can you add a parameter for these?
The text was updated successfully, but these errors were encountered: