Bugzilla – Attachment 51640 Details for
Bug 14571
using_https check for ssl connections doesn't work in some situations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Use SSL when querying Open Library API
openlibray_ssl.patch (text/plain), 733 bytes, created by
Oliver Behnke
on 2016-05-20 08:58:12 UTC
(
hide
)
Description:
Use SSL when querying Open Library API
Filename:
MIME Type:
Creator:
Oliver Behnke
Created:
2016-05-20 08:58:12 UTC
Size:
733 bytes
patch
obsolete
>diff a/opac-tmpl/bootstrap/js/openlibrary.js b/opac-tmpl/bootstrap/js/openlibrary.js >--- a/opac-tmpl/bootstrap/js/openlibrary.js >+++ b/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 14571
:
41100
|
41101
|
41102
|
46229
|
46230
|
46231
|
46418
|
46419
|
46420
|
46421
| 51640