mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Use https for the pastebin service
This commit is contained in:
parent
45bfa0d140
commit
44bffc5a86
@ -54,7 +54,7 @@ public class EngineHubPaste implements Paster {
|
|||||||
form.add("content", content);
|
form.add("content", content);
|
||||||
form.add("from", "enginehub");
|
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)
|
String result = HttpRequest.post(url)
|
||||||
.bodyForm(form)
|
.bodyForm(form)
|
||||||
.execute()
|
.execute()
|
||||||
|
Loading…
Reference in New Issue
Block a user