Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit c9e2084

Browse files
authored
chore: add corporateProxy to request.cf.botManagement (#275)
* chore: add corporateProxy to request.cf.botManagement * chore: create changeset
1 parent f5015a8 commit c9e2084

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/happy-onions-impress.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudflare/workers-types": patch
3+
---
4+
5+
chore: add corporateProxy to request.cf.botManagement

overrides/cf.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ interface IncomingRequestCfProperties {
345345
}
346346

347347
interface IncomingRequestCfPropertiesBotManagement {
348+
corporateProxy: boolean;
348349
ja3Hash?: string;
349350
score: number;
350351
staticResource: boolean;

0 commit comments

Comments
 (0)