[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kbibtex] src/networking/onlinesearch: Using HTTPS protocol
From:       Thomas Fischer <fischer () unix-ag ! uni-kl ! de>
Date:       2016-11-03 22:07:48
Message-ID: E1c2QAm-0002t6-M9 () code ! kde ! org
[Download RAW message or body]

Git commit 2734db60658731be231e9865936b012f839cfab4 by Thomas Fischer.
Committed on 31/10/2016 at 08:38.
Pushed by thomasfischer into branch 'master'.

Using HTTPS protocol

M  +3    -3    src/networking/onlinesearch/onlinesearchpubmed.cpp

http://commits.kde.org/kbibtex/2734db60658731be231e9865936b012f839cfab4

diff --git a/src/networking/onlinesearch/onlinesearchpubmed.cpp b/src/netwo=
rking/onlinesearch/onlinesearchpubmed.cpp
index f58e940..91f9893 100644
--- a/src/networking/onlinesearch/onlinesearchpubmed.cpp
+++ b/src/networking/onlinesearch/onlinesearchpubmed.cpp
@@ -44,7 +44,7 @@ public:
     XSLTransform xslt;
 =

     OnlineSearchPubMedPrivate(OnlineSearchPubMed *parent)
-            : p(parent), pubMedUrlPrefix(QStringLiteral("http://eutils.ncb=
i.nlm.nih.gov/entrez/eutils/")),
+            : p(parent), pubMedUrlPrefix(QStringLiteral("https://eutils.nc=
bi.nlm.nih.gov/entrez/eutils/")),
           xslt(QStandardPaths::locate(QStandardPaths::GenericDataLocation,=
 QStringLiteral("kbibtex/pubmed2bibtex.xsl")))
     {
         /// nothing
@@ -142,12 +142,12 @@ QString OnlineSearchPubMed::label() const
 =

 QString OnlineSearchPubMed::favIconUrl() const
 {
-    return QStringLiteral("http://www.ncbi.nlm.nih.gov/favicon.ico");
+    return QStringLiteral("https://www.ncbi.nlm.nih.gov/favicon.ico");
 }
 =

 QUrl OnlineSearchPubMed::homepage() const
 {
-    return QUrl(QStringLiteral("http://www.ncbi.nlm.nih.gov/pubmed/"));
+    return QUrl(QStringLiteral("https://www.ncbi.nlm.nih.gov/pubmed/"));
 }
 =

 void OnlineSearchPubMed::eSearchDone()

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic