From 470aac72fb6bac3c023e0ad7c7f2383e833c2875 Mon Sep 17 00:00:00 2001 From: moustachu Date: Tue, 12 Dec 2023 00:52:18 +0100 Subject: [PATCH] feat: filter GPTBot --- .platform/nginx/conf.d/elasticbeanstalk/filter_agent.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.platform/nginx/conf.d/elasticbeanstalk/filter_agent.conf b/.platform/nginx/conf.d/elasticbeanstalk/filter_agent.conf index aaebfa0..6ff9f8b 100644 --- a/.platform/nginx/conf.d/elasticbeanstalk/filter_agent.conf +++ b/.platform/nginx/conf.d/elasticbeanstalk/filter_agent.conf @@ -1,3 +1,3 @@ -if ($http_user_agent ~* (AhrefsBot|SemrushBot|SeekportBot|PetalBot|Qwantify-dev|CCBot|Bytespider) ) { +if ($http_user_agent ~* (AhrefsBot|SemrushBot|SeekportBot|PetalBot|Qwantify-dev|CCBot|Bytespider|GPTBot) ) { return 202; } \ No newline at end of file