diff --git a/src/Middleware/SignedQueryMiddleware.php b/src/Middleware/SignedQueryMiddleware.php index 674e482..c3b5494 100644 --- a/src/Middleware/SignedQueryMiddleware.php +++ b/src/Middleware/SignedQueryMiddleware.php @@ -161,6 +161,7 @@ private function isGoogleBot(ServerRequestInterface $request): bool '2001:4860:4801:1c::/64', '2001:4860:4801:1d::/64', '2001:4860:4801:1e::/64', + '2001:4860:4801:1f::/64', '2001:4860:4801:20::/64', '2001:4860:4801:21::/64', '2001:4860:4801:22::/64', @@ -178,7 +179,6 @@ private function isGoogleBot(ServerRequestInterface $request): bool '2001:4860:4801:2d::/64', '2001:4860:4801:2e::/64', '2001:4860:4801:2f::/64', - '2001:4860:4801:30::/64', '2001:4860:4801:31::/64', '2001:4860:4801:32::/64', '2001:4860:4801:33::/64', @@ -188,7 +188,6 @@ private function isGoogleBot(ServerRequestInterface $request): bool '2001:4860:4801:37::/64', '2001:4860:4801:38::/64', '2001:4860:4801:39::/64', - '2001:4860:4801:3::/64', '2001:4860:4801:3a::/64', '2001:4860:4801:3b::/64', '2001:4860:4801:3c::/64', @@ -205,6 +204,7 @@ private function isGoogleBot(ServerRequestInterface $request): bool '2001:4860:4801:48::/64', '2001:4860:4801:49::/64', '2001:4860:4801:4a::/64', + '2001:4860:4801:4b::/64', '2001:4860:4801:50::/64', '2001:4860:4801:51::/64', '2001:4860:4801:53::/64', @@ -249,9 +249,11 @@ private function isGoogleBot(ServerRequestInterface $request): bool '2001:4860:4801:91::/64', '2001:4860:4801:92::/64', '2001:4860:4801:93::/64', + '2001:4860:4801:94::/64', '2001:4860:4801:c::/64', '2001:4860:4801:f::/64', '192.178.5.0/27', + '192.178.6.0/27', '34.100.182.96/28', '34.101.50.144/28', '34.118.254.0/28', @@ -278,12 +280,12 @@ private function isGoogleBot(ServerRequestInterface $request): bool '66.249.64.0/27', '66.249.64.128/27', '66.249.64.160/27', - '66.249.64.192/27', '66.249.64.224/27', '66.249.64.32/27', '66.249.64.64/27', '66.249.64.96/27', '66.249.65.0/27', + '66.249.65.128/27', '66.249.65.160/27', '66.249.65.192/27', '66.249.65.224/27', @@ -291,7 +293,6 @@ private function isGoogleBot(ServerRequestInterface $request): bool '66.249.65.64/27', '66.249.65.96/27', '66.249.66.0/27', - '66.249.66.128/27', '66.249.66.160/27', '66.249.66.192/27', '66.249.66.32/27', @@ -300,6 +301,7 @@ private function isGoogleBot(ServerRequestInterface $request): bool '66.249.68.0/27', '66.249.68.32/27', '66.249.68.64/27', + '66.249.68.96/27', '66.249.69.0/27', '66.249.69.128/27', '66.249.69.160/27',