diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e677b..f0ba0fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. This projec * Fix refresh of the dashboard widget when settings have been changed through the settings page (#147) * Fix _Cachify_ cache not being flushed after changing JavaScript settings (#152) * Fix date inconsistency for number of total visits (#150) +* Extend user agent filter for bot detection (#149) (#151) ## 1.7.0 * Fix JavaScript embedding when bots visit before caching (#84) (#86) diff --git a/inc/class-statify-frontend.php b/inc/class-statify-frontend.php index bfe3d21..d7a0422 100644 --- a/inc/class-statify-frontend.php +++ b/inc/class-statify-frontend.php @@ -227,6 +227,9 @@ private static function is_bot( $user_agent ) { 'curl', 'facebook', 'fetch', + 'python', + 'wget', + 'monitor', ); foreach ( $identifiers as $identifier ) {