From f1df61aebb9abfe74dc353da7c425a0949f027ba Mon Sep 17 00:00:00 2001 From: Cool Fire Date: Tue, 7 May 2019 23:43:39 +0200 Subject: [PATCH] Use HTTPS for pastes --- plugins/paste.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/paste.rb b/plugins/paste.rb index f529533..a36d8d8 100644 --- a/plugins/paste.rb +++ b/plugins/paste.rb @@ -14,7 +14,7 @@ class Paste @irc = irc @timer = timer - @url = "http://www.insomnia247.nl/output_api.php" + @url = "https://www.insomnia247.nl/output_api.php" end # Default method, called when no argument is given (optional, but highly recomended) -- GitLab