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>
Tue, 22 Sep 2015 01:12:43 +0000 (21:12 -0400)
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm

index e7bda46..8d51a52 100644 (file)
@@ -537,7 +537,7 @@ sub load_galileo {
     );
 
     return $self->generic_redirect(
-        "https://www.galileo.usg.edu/express?pinesid=$token");
+        "http://www.galileo.usg.edu/express?pinesid=$token");
 }