use https link for stopforumspam

This commit is contained in:
Kyle Drake 2019-01-19 12:09:49 +00:00
parent 8b0d396565
commit 0ba71bc1b6

View file

@ -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'
)