I have been using user_prefs to disable the same origin sandbox during
development. FF V2.0.0.18 and 3.0.4 have broken those settings.
Does anyone know if there are additional settings that are now
required, or is this a bug?
What has worked in the past in my user.js file:
> user_pref("capability.principal.codebase.p0.granted", "UniversalBrowserRead
> UniversalBrowserWrite");
> user_pref("capability.principal.codebase.p0.id",
> "http://privateIPaddress:port");
> user_pref("capability.principal.codebase.p0.subjectName", "");
> user_pref("capability.principal.codebase.p1.granted", "UniversalBrowserRead
> UniversalBrowserWrite");
> user_pref("capability.principal.codebase.p1.id", "http://www.domain:port");
> user_pref("capability.principal.codebase.p1.subjectName", "");
> user_pref("signed.applets.codebase_principal_support", true);
_______________________________________________
dev-security mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-security