Update to 2024-09-09 12:00

This commit is contained in:
Daniel Berteaud
2024-09-09 12:00:17 +02:00
parent 1611f6844d
commit d76554f0e4
2 changed files with 2 additions and 1 deletions

View File

@@ -316,6 +316,7 @@ if ($http_user_agent ~* "PageThing") { return 403; }
if ($http_user_agent ~* "Pandalytics") { return 403; }
if ($http_user_agent ~* "PerMan") { return 403; }
if ($http_user_agent ~* "PerplexityBot") { return 403; }
if ($http_user_agent ~* "PetalBot") { return 403; }
if ($http_user_agent ~* "Pingdom") { return 403; }
if ($http_user_agent ~* "Pinterest") { return 403; }
if ($http_user_agent ~* "PiplBot") { return 403; }