mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
use https link for stopforumspam
This commit is contained in:
parent
8b0d396565
commit
0ba71bc1b6
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
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'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue