The tpac should be SSL inside the staff client
authorJason Etheridge <jason@esilibrary.com>
Thu, 22 Sep 2011 14:57:47 +0000 (10:57 -0400)
committerJason Etheridge <jason@esilibrary.com>
Thu, 22 Sep 2011 14:58:39 +0000 (10:58 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/xul/staff_client/chrome/content/main/constants.js

index 6e2391c..e5ee569 100644 (file)
@@ -516,4 +516,5 @@ if(use_tpac) {
     urls['opac_rresult'] = '/eg/opac/results';
     urls['opac_rresult_metarecord'] = '/eg/opac/results?metarecord=';
     urls['browser'] = urls.opac;
+    pref.setBoolPref('oils.secure_opac',true);
 }