Add comment in overrides.inc.php for blocking by user agent.

This commit is contained in:
Retro_Guy 2024-05-21 05:41:33 -07:00
parent e720f3729c
commit 1d347d0344
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ return [
// Rate per second that a 'bot' may load pages
'throttle_hits_bot_loadrate' => '.1',
// Block connections when one of these strings is
// contained in user_agent string
// 'block_by_user_agent' => array("semrushbot", "bytespider"),
// Just leave this here to avoid comma errors
'comma' => true
];