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