javascript - (Securely) Rendering HTML content from one browser to the other -


I have been granted HTML content (DOM) of a page from a client browser, and I have to submit it within Another browser (Chrome / Firefox) via Javascript.

It seems that there may be several security concerns and the malicious content can be loaded / executed on the target browser ( Basic "script" and "url" fill After Tring). Is there a way to load it safely on the target browser?


Comments