Skip to content

Commit

Permalink
feat: filter GPTBot
Browse files Browse the repository at this point in the history
  • Loading branch information
moustachu committed Dec 11, 2023
1 parent ef58ec7 commit 470aac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .platform/nginx/conf.d/elasticbeanstalk/filter_agent.conf
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 470aac7

Please sign in to comment.