On Nov 12, 11:24 am, Denis Denis <[email protected]>
wrote:
> Hi,
>
> Is there a good plugin that is able to block query (like PUT, POST,
> DESTROY) from open proxies, such as in Wikipedia? With something a
> database of blacklisted IP... it would be cool.
>
> Thanks.
> --
> Posted viahttp://www.ruby-forum.com/.

Don't know of a plugin per-say for this exists, but the first google
result for "rails ip blacklist plugin" spells out exactly how to
implement on (you'll then just need to screenscrape a proxy list or
something similar). However, I'd think it'd be better to handle this
at the webserver level rather than waste CPU cycles, database reads,
and memory by handling this in your app.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to