Use https for the pastebin service

This commit is contained in:
Matthew Miller 2019-08-27 21:54:53 +10:00
parent 45bfa0d140
commit 44bffc5a86

View File

@ -54,7 +54,7 @@ public class EngineHubPaste implements Paster {
form.add("content", content);
form.add("from", "enginehub");
URL url = HttpRequest.url("http://paste.enginehub.org/paste");
URL url = HttpRequest.url("https://paste.enginehub.org/paste");
String result = HttpRequest.post(url)
.bodyForm(form)
.execute()