Sadly, GALILEO/EBSCO does not use HTTPS, so this will create errors for patrons who...
authorChris Sharp <csharp@georgialibraries.org>
Sat, 28 Feb 2015 12:54:21 +0000 (07:54 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 26 May 2017 11:58:56 +0000 (07:58 -0400)
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm

index 2f02ef2..9b80161 100644 (file)
@@ -571,7 +571,7 @@ sub load_galileo {
     );
 
     return $self->generic_redirect(
-        "https://www.galileo.usg.edu/express?pinesid=$token");
+        "http://www.galileo.usg.edu/express?pinesid=$token");
 }