anodelman%mozilla.com e1496ecd23 bug 390845 - integrate talos with new pageloader, also covers additions/fixes to
make talos easier to set up and configure.  p=anodelman r=bhearsum


git-svn-id: svn://10.0.0.236/trunk@233892 18797224-902f-48f8-a5cc-f745e15eee43
2007-09-04 22:15:53 +00:00

12 lines
844 B
JavaScript
Executable File

// This file is needed to work around a Firefox bug where capability.principal
// prefs in user.js don't get recognized until the second browser launch
// which is too late for our purposes of using quit.js. Loading the principals
// from prefs.js avoids this issue.
user_pref("capability.principal.codebase.p0.granted", "UniversalPreferencesWrite UniversalXPConnect UniversalPreferencesRead");
user_pref("capability.principal.codebase.p0.id", "file://");
user_pref("capability.principal.codebase.p0.subjectName", "");
user_pref("capability.principal.codebase.p1.granted", "UniversalPreferencesWrite UniversalXPConnect UniversalPreferencesRead");
user_pref("capability.principal.codebase.p1.id", "http://localhost");
user_pref("capability.principal.codebase.p1.subjectName", "");
user_pref("signed.applets.codebase_principal_support", true);