Hi everybody !
I am trying to call a signed javascript file in a jar package from an unsigned xul document :
<script src="jar:http://myhost/mypackage.jar!/myscript.js" type="application/x-javascript" />
I saw in the documentation that it is not possible but I found on a web page (http://aplab.rutgers.edu/ant/signed.html) a way to do it with export/import.
I tried it with no success...
The aim of this is to generate xul from a servlet (so... non signed xul) and to use some js functions enabling some privileges from a signed archive stored on a server. I don't want to put anything in the chrome directory.
Does anyone have some tips to do something like this ? Isn't it possible ?
Thanks for your help !
-- Martial _______________________________________________ Mozilla-security mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-security
