diff --git a/src/plugins/cpaster/pastebindotcaprotocol.cpp b/src/plugins/cpaster/pastebindotcaprotocol.cpp index aeb83d20d4e..b6fac76b6c1 100644 --- a/src/plugins/cpaster/pastebindotcaprotocol.cpp +++ b/src/plugins/cpaster/pastebindotcaprotocol.cpp @@ -34,8 +34,8 @@ #include #include -static const char urlC[] = "http://pastebin.ca/"; -static const char internalUrlC[] = "http://pbin.ca/"; +static const char urlC[] = "https://pastebin.ca/"; +static const char internalUrlC[] = "https://pbin.ca/"; static const char protocolNameC[] = "Pastebin.Ca"; static inline QByteArray expiryValue(int expiryDays)