From 8bfc47c88984ef6f2123e7d40a50b9b52c97269d Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 31 Mar 2017 11:14:37 +0200 Subject: CPaster: Fix accessing pastebin.com URL now uses http with ssl. Change-Id: Iaa2bedf6710e30a280fa72b430ec3b67bce08d65 Reviewed-by: Friedemann Kleint --- src/plugins/cpaster/pastebindotcomprotocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/cpaster/pastebindotcomprotocol.cpp b/src/plugins/cpaster/pastebindotcomprotocol.cpp index 20e071d537..cdd3d18c05 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"; -- cgit v1.2.1