From a541ef0722b3949c63d3dfc40eaf6ca7ca2bea01 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 22 Sep 2011 10:57:47 -0400 Subject: [PATCH] The tpac should be SSL inside the staff client Signed-off-by: Jason Etheridge --- Open-ILS/xul/staff_client/chrome/content/main/constants.js | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.11.0