Commit dd03af82 authored by Fabien Morin's avatar Fabien Morin

change the order of two user_pref


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23931 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3d0ad599
......@@ -165,9 +165,9 @@ user_pref("security.warn_viewing_mixed.show_once", false);
user_pref("signon.rememberSignons", false);
// this is required to upload files
user_pref("signed.applets.codebase_principal_support", true);
user_pref("capability.principal.codebase.p1.id", %s);
user_pref("capability.principal.codebase.p1.subjectName", "");
user_pref("signed.applets.codebase_principal_support", true);""" % \
user_pref("capability.principal.codebase.p1.subjectName", "");""" % \
'%s:%s' % (host, port)
# pref = file(os.path.join(os.path.dirname(__file__), 'prefs.js')).read()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment