We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7a098 commit 9a582fdCopy full SHA for 9a582fd
scripts/deno/bots.ts
@@ -44,7 +44,7 @@ const { QueryExecutionId } = await client.send(
44
WHERE year = ${date.year}
45
AND month = ${String(date.month).padStart(2, "0")}
46
AND day = ${String(date.day).padStart(2, "0")}
47
- AND request_user_agent NOT LIKE 'Guardian/% CFNetwork%'
+ AND request_user_agent NOT LIKE 'Guardian/%Darwin%'
48
AND request_user_agent NOT LIKE 'GuardianNews/%'
49
AND request_user_agent NOT LIKE 'Guardian\%20Editions/%'
50
AND response_status=200
0 commit comments