Michael Hutchinson wrote:

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++?

Next to the firefox binary, there should be a chrome/ directory. If you stick a manifest file in there, you should be able to give any directory a chrome address. Something like

  content myappname /foo/bar/


would make chrome://myappname/content/ available. Does that help?

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

Reply via email to