| Prev | Next |
There are many parameters for this plugin. All parameters are omittable. ( So, you can make this plugin work only by configuring rules. )
To set the parameters, add lines to the 'control' file like this:
CSRFDetector.interval=5
CSRFDetector.oneTime=true
CSRFDetector.block=false
CSRFDetector.timeout=5
CSRFDetector.command=/usr/local/bin/notifyMe
CSRFDetector.tokenName=mytoken
CSRFDetector.dbmsUrl=jdbc:mysql://192.168.3.10/guardian
CSRFDetector.dbmsUser=guardian
CSRFDetector.dbmsPass=changeMe
CSRFDetector.jdbcDriverClassName=com.mysql.jdbc.Driver
The parameters are below.