Bugzilla – Attachment 51912 Details for
Bug 16615
OpenLibrary: always use SSL when referencing external resources
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch: Open Library API via SSL
koha_ol_ssl.patch (text/plain), 650 bytes, created by
Oliver Behnke
on 2016-05-30 07:35:26 UTC
(
hide
)
Description:
Patch: Open Library API via SSL
Filename:
MIME Type:
Creator:
Oliver Behnke
Created:
2016-05-30 07:35:26 UTC
Size:
650 bytes
patch
obsolete
>--- a/opac-tmpl/bootstrap/js/openlibrary.js >+++ a/opac-tmpl/bootstrap/js/openlibrary.js >@@ -26,7 +26,7 @@ KOHA.OpenLibrary = { > var scriptElement = document.createElement("script"); > scriptElement.setAttribute("id", "jsonScript"); > scriptElement.setAttribute("src", >- "http://openlibrary.org/api/books?bibkeys=" + escape(bibkeys) + >+ "https://openlibrary.org/api/books?bibkeys=" + escape(bibkeys) + > "&callback=KOHA.OpenLibrary.olCallBack&jscmd=data"); > scriptElement.setAttribute("type", "text/javascript"); > document.documentElement.firstChild.appendChild(scriptElement);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16615
:
51912
|
54440
|
54441
|
54442
|
54443
|
54444
|
54456
|
54462
|
54463
|
54464