Skip to content

Commit

Permalink
Updated bot score
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Parvulescu committed Nov 1, 2023
1 parent 548b746 commit 7cb6cd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const loader: LoaderFunction = getRollupReqFunctionErrorWrapper(
}
const isBot =
cfReq.cf &&
cfReq.cf.botManagement.score <= 30 &&
cfReq.cf.botManagement.score <= 89 &&
!['localhost', '127.0.0.1'].includes(new URL(request.url).hostname)

const qp = new URL(request.url).searchParams
Expand Down

0 comments on commit 7cb6cd3

Please sign in to comment.