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

@ -1,7 +1,7 @@
---
# Version to deploy
n8n_version: 1.49.0
n8n_version: 1.56.2
# Root directory where n8n will be installed
n8n_root_dir: /opt/n8n
# User account under which n8n will run

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; }