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>
Sat, 19 Nov 2016 12:38:55 +0000 (07:38 -0500)
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm

index 72fff1d..5f09473 100644 (file)
@@ -542,7 +542,7 @@ sub load_galileo {
     );
 
     return $self->generic_redirect(
-        "https://www.galileo.usg.edu/express?pinesid=$token");
+        "http://www.galileo.usg.edu/express?pinesid=$token");
 }