Subj : Re: Security Problem To : netscape.public.mozilla.jseng From : Lau Lei Cheong Date : Thu Jul 08 2004 11:43 am Your code will be less restricted if they are properly signed and accepted by the user. Go apply for a e-cert form your local CA, but this is NOT free. There may be dirty/evil way to override this. But I don't think you'll want it as they'll be browser dependent. And you won't get them useful here as should anyone here post it, it'll be fixed quickly and you'll have to face the problem again. "Keno Albrecht" ??? news:ccgfft$jnc2@ripley.netscape.com ???... > Hello, > > I'm writing a Mozilla Extension using LiveConnect to access my own > classes. Since I didn't find out where to put my classes (except the > jre/classes directory which is not useful since I want them somewhere in > the Mozilla directory to install them with xpi later), I use a > URLClassLoader to access/load them. > > Now, the problem is that there seems to be a rather restrictive > SecurityManager - I cannot read/write local files, open connections etc. > Also, Frames are marked with an "Applet-Flag". Well, I do not wrote an > Applet, this is an Extension directly linked into XUL/.js Code, so can I > avoid these security restrictions somehow? > > Thanks, > Keno .