aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2020-08-10 07:29:34 +0200
committerChristian Stenger <christian.stenger@qt.io>2020-08-10 12:37:35 +0000
commit256c239ad119ac0d1f8f4b87c196f775d2a40045 (patch)
tree3c7c3bba6496c41a00b2c0c0ac6a2adc1afc2d01
parentacadee710e00cca55736db864263bdcdcbac31a6 (diff)
CPaster: Make dpaste use SSL permanent
Change-Id: I8c3238c2efcfac1e1a4cf718e09a2f862be85b9b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--src/plugins/cpaster/dpastedotcomprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpaster/dpastedotcomprotocol.cpp b/src/plugins/cpaster/dpastedotcomprotocol.cpp
index c5927c58f3..48f5f8e357 100644
--- a/src/plugins/cpaster/dpastedotcomprotocol.cpp
+++ b/src/plugins/cpaster/dpastedotcomprotocol.cpp
@@ -32,7 +32,7 @@
namespace CodePaster {
-static QString baseUrl() { return QString("http://dpaste.com"); }
+static QString baseUrl() { return QString("https://dpaste.com"); }
static QString apiUrl() { return baseUrl() + "/api/v2/"; }
QString DPasteDotComProtocol::protocolName() { return QString("DPaste.Com"); }