aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2017-03-31 11:14:37 +0200
committerChristian Stenger <christian.stenger@qt.io>2017-03-31 10:01:15 +0000
commit8bfc47c88984ef6f2123e7d40a50b9b52c97269d (patch)
tree5cff19e4486b957004f226180b4e8d640b28016c /src/plugins/cpaster
parent9089fbdfc5a83cc746e24f0573e351a931b7cf88 (diff)
CPaster: Fix accessing pastebin.com
URL now uses http with ssl. Change-Id: Iaa2bedf6710e30a280fa72b430ec3b67bce08d65 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/plugins/cpaster')
-rw-r--r--src/plugins/cpaster/pastebindotcomprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpaster/pastebindotcomprotocol.cpp b/src/plugins/cpaster/pastebindotcomprotocol.cpp
index 20e071d5371..cdd3d18c050 100644
--- a/src/plugins/cpaster/pastebindotcomprotocol.cpp
+++ b/src/plugins/cpaster/pastebindotcomprotocol.cpp
@@ -37,7 +37,7 @@
enum { debug = 0 };
-static const char PASTEBIN_BASE[]="http://pastebin.com/";
+static const char PASTEBIN_BASE[]="https://pastebin.com/";
static const char PASTEBIN_API[]="api/api_post.php";
static const char PASTEBIN_RAW[]="raw/";
static const char PASTEBIN_ARCHIVE[]="archive";