Skip to content

Commit

Permalink
Merge pull request #21 from erguenyogurtcu/patch-2
Browse files Browse the repository at this point in the history
Add Google PageSpeed Insights to bot pattern
  • Loading branch information
urbantrout authored Jan 26, 2022
2 parents 66edc12 + a38094e commit f3599e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Middleware/RedirectionMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class RedirectionMiddleware implements MiddlewareInterface
/**
* @var string
*/
protected $botPattern = '/bot|google|baidu|bing|msn|teoma|slurp|yandex/i';
protected $botPattern = '/bot|google|baidu|bing|msn|teoma|slurp|yandex|Chrome-Lighthouse/i';

/**
* Adds an instance of TYPO3\CMS\Core\Http\NormalizedParams as
Expand Down

0 comments on commit f3599e6

Please sign in to comment.