Ticket #1563 (closed enhancement: worksforme)

Opened 7 months ago

Last modified 5 days ago

Block user based on conditions

Reported by: wlynch@… Owned by: jan
Priority: normal Milestone:
Component: core Version:
Severity: normal Keywords:
Cc: wlynch@… Blocked By:
Need User Feedback: Blocking:

Description

What I'd like to be able to do, is if a user access my site, and meets a certain set of conditions, that they are then blocked for x minutes.

Specifically, I'd like to be able to say that if a user's referrer matches a certain regexp, that url.acces-deny = ("") be applied to them by ip for an hour.

Something like...

$HTTP["referer"] =~ "^http://bad\.site" {
   remember 60 url.access-deny = ( "" )
}

Attachments

Change History

Changed 6 days ago by stbuehler

  • status changed from new to closed
  • resolution set to worksforme

Not possible with config layout.

Changed 5 days ago by stbuehler

  • pending unset

Add/Change #1563 (Block user based on conditions)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.