From: Jason Etheridge Date: Thu, 22 Sep 2011 14:57:47 +0000 (-0400) Subject: The tpac should be SSL inside the staff client X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0c2ec9663097fcb42a55931799619b99adbe1233;p=evergreen%2Fpines.git The tpac should be SSL inside the staff client Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/xul/staff_client/chrome/content/main/constants.js b/Open-ILS/xul/staff_client/chrome/content/main/constants.js index 6e2391cbb3..e5ee569940 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js @@ -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); }