diff --git a/src/Log/Engine/FileAndEmailLog.php b/src/Log/Engine/FileAndEmailLog.php index cc4ca11bf..2a5a9ffbc 100644 --- a/src/Log/Engine/FileAndEmailLog.php +++ b/src/Log/Engine/FileAndEmailLog.php @@ -28,7 +28,8 @@ private function sendEmailWithErrorInformation($message) 'RssHelper is deprecated', 'UsersController::publicProfile()', 'workshops\/ajaxGetAllWorkshopsForMap', - preg_quote('{"results":[{"address_components"') + preg_quote('{"results":[{"address_components"'), + 'Form tampering protection token validation failed', ]; if (preg_match('`' . join('|', $ignoredExceptionsRegex) . '`', $message)) { return false;