You are here

httpbl.settings.yml in http:BL 8

config/install/httpbl.settings.yml

File

config/install/httpbl.settings.yml
View source
  1. # Install settings.
  2. httpbl_accesskey: 'Project Honeypot access key'
  3. httpbl_check: 0
  4. httpbl_grey_comment_tester: ''
  5. httpbl_footer: 0
  6. httpbl_link: ''
  7. httpbl_word: ''
  8. httpbl_log: 1
  9. httpbl_stats: 1
  10. httpbl_storage: 1
  11. httpbl_black_threshold: 50
  12. httpbl_message_black: '<h1>403 HTTP_FORBIDDEN</h1>Your IP address (@ip) is forbidden anywhere on this website. It has been blacklisted; based on a profile lookup of this IP address at <a href="@ipurl">Project Honeypot</a>.@honeypot'
  13. httpbl_grey_threshold: 1
  14. httpbl_message_grey: '<h1>428 HTTP_PRECONDITION_REQUIRED</h1><p>Your IP address (@ip) has been identified as a <em>possible</em> source of suspicious, robotic traffic and has been grey-listed; based on your IP profile at <a href="@ipurl">Project Honeypot</a>.</p><p>If you are a human visitor who can read easy instructions, you may attempt a challenge request for session based white-listing <a href="@whitelistUrl">HERE</a>.</p>@honeypot'
  15. httpbl_safe_offset: 10800
  16. httpbl_greylist_offset: 86400
  17. httpbl_blacklist_offset: 31536000