On 2/20/07, c.m. <[EMAIL PROTECTED]> wrote:
you can't invoke some XPCOM features directly in a common javascript. This is due to the securities policy inside Mozilla to forbid a malicious HTML page to write or delete files or directly access your system.I know that there should be a way to overhide this security check by changing some FF parameter. You need to develop a little FF extension instead.
I'm doing this currently and it's a real pain as an embedder to have to install a FF extension. Is there a way to override the security through the embedding interfaces in XPCOM/C++? -- Michael Hutchinson http://mjhutchinson.com _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
