http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4314 --- Comment #3 from Jane Wagner <jwagner@ptfs.com> 2010-03-12 13:55:24 --- Created an attachment (id=1741) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1741) patch file Tested on a system with SSL enabled, and patch sent March 12, 2010. Note that this patch only adds the SSL check for Syndetics and LibraryThing URLs. I don't know if other enhanced content providers like Amazon or Baker & Taylor use different URLs, or if so, what those URLs are. Someone else could easily continue the work for those URLs by following the basic logic used in this patch: <!-- TMPL_IF NAME="using_https" --> (link to https version of URL) <!--TMPL_ELSE --> (link to standard http version of URL) <!-- /TMPL_IF --> The URLs appear in several template files, so you'd need to check all of them. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.