Maurizio Merli ha scritto:
I've embedded firefox in my Win32 application but now when I try to get
XPCOM object from js I have this error.
How can I solve it?



Hi,

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.


Regards,

        c.m.

        






_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to