[Bug 14523] New: Google jackets being blocked when OPAC using HTTPS
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14523 Bug ID: 14523 Summary: Google jackets being blocked when OPAC using HTTPS Change sponsored?: --- Product: Koha Version: 3.20 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: bc@interleaf.ie QA Contact: testopia@bugs.koha-community.org Google jackets are not displayed in OPAC if site is configured to server HTTPS. It looks like the google-jackets.js file is hard coded to request the content via HTTP. Most browsers will block this mixed content. Changing the google-jackets.js to "https://books.google.com" resolves the problems - and displays the image correctly. Maybe we should pass another variable to GetCoverFromIsbn() specifying if we are using HTTPS or not? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14523 Barry Cannon <bc@interleaf.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard@myacpl.org |bc@interleaf.ie Status|NEW |Needs Signoff --- Comment #1 from Barry Cannon <bc@interleaf.ie> --- Created attachment 40988 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40988&action=edit Change Google books URL from HTTP to HTTPS When Koha is using HTTPS the Google books (jackets) content isn't served up. The simplest solution is to change the URL to HTTPS as almost all clients will have access to the HTTPS resource. This bug changes the google-jacket.js file to use HTTPS. Test Plan: 1) Enable Google Jackets 2) Ensure the Koha OPAC instance is configued to use HTTPS 3) Confirm Google jackets display correctly. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14523 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14523 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic@tamil.fr --- Comment #2 from Frédéric Demians <frederic@tamil.fr> --- Wouldn't it better to detect in JavaScript the protocol used to serve the page? using window.location.protocol. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org