Pete wrote:
2009/6/8 Pete <[email protected]>:
I'm looking for a way of injecting an untrusted HTML string into a chome
iframe.

I needed to do something similar. I assume you want to prevent security bypasses from the untrusted content.

My eventual solution was far from elegant but worked OK: to create a "data:" URL containing the encoded form of the document, then to use document.getElementById("xxx").webNavigation.loadURI with that URL.

This might also be of help:
http://adblockplus.org/blog/displaying-web-content-in-an-extension-without-security-issues

Matthew
_______________________________________________
Project_owners mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/project_owners

Reply via email to