From 0ba71bc1b64a781892354ee3ba0d68d3f16b08e4 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sat, 19 Jan 2019 12:09:49 +0000 Subject: [PATCH] use https link for stopforumspam --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 0f29a0f3..34c08853 100644 --- a/Rakefile +++ b/Rakefile @@ -49,7 +49,7 @@ desc 'Update banned IPs list' task :update_blocked_ips => [:environment] do IO.copy_stream( - open('http://www.stopforumspam.com/downloads/listed_ip_90.zip'), + open('https://www.stopforumspam.com/downloads/listed_ip_90.zip'), '/tmp/listed_ip_90.zip' )