Hi,
I've been having a lot of trouble with cross-domain security.
First I tried using the CAPS model, never got it to work. After much
messing around, I finally got codebase principal support to work, using a
user.js. This was in RH7.3/Mozilla 1.0.0
Now I switched to RH 8.0/Mozilla 1.0.1, and I can't get the codebase
principal support working again. First I tried using putting the prefs in
the user.js. Then, per notes here, I tried adding to the all.js as
follows:
pref("signed.applets.codebase_principal_support",true);
pref("capability.principal.codebase.local.id","file://
http://groups.yahoo.com");
pref("capability.principal.codebase.local.granted","UniversalBrowserRead
UniversalBrowserWrite");
but I still get:
Error: uncaught exception: [Exception... "Security error" code: "1000"
nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)" location:
"file:///home/tenter/yahoo/yahoo.html Line: 115"]
Is this a RH8.0 issue, a change from Mozilla 1.0.0 to 1.0.1, or something
stupid I did?
TIA for any ideas.