Skip to content

Commit 135a842

Browse files
authored
allow 'client_name' query parameter (#57073)
1 parent da4caab commit 135a842

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/shielding/middleware/handle-invalid-query-strings.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ const RECOGNIZED_KEYS_BY_ANY = new Set([
4545
'utm_campaign',
4646
// Used by experiments
4747
'feature',
48+
// Used to track API requests from external sources
49+
'client_name',
4850
])
4951

5052
export default function handleInvalidQuerystrings(

0 commit comments

Comments
 (0)