On 2010-12-16 01:30 PDT, jfr wrote:
> Hi all,
> 
> I'm developping an application based on xulrunner 1.9.2. I need to
> load a page, say http://xxx, from file://yyy.
> 
> xulrruner raises an error as "Security Error : content at http://xxx
> may not load data from file:///yyy.

Which is backwards of what's really trying to be done, yes?  Or is it?
I'd say either
a) a bug is causing references from file:// to http:// to be treated as if
they were references from http:// to file://,   OR
b) the file->http reference is actually working OK, but then the http
content tries to reference file:// content, which fails.

-- 
/Nelson Bolyard
_______________________________________________
dev-security mailing list
dev-security@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-security

Reply via email to