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

Commit

Permalink
chore: add corporateProxy to request.cf.botManagement (#275)
Browse files Browse the repository at this point in the history
* chore: add corporateProxy to request.cf.botManagement

* chore: create changeset
  • Loading branch information
KianNH committed Sep 2, 2022
1 parent f5015a8 commit c9e2084
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-onions-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cloudflare/workers-types": patch
---

chore: add corporateProxy to request.cf.botManagement
1 change: 1 addition & 0 deletions overrides/cf.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ interface IncomingRequestCfProperties {
}

interface IncomingRequestCfPropertiesBotManagement {
corporateProxy: boolean;
ja3Hash?: string;
score: number;
staticResource: boolean;
Expand Down

0 comments on commit c9e2084

Please sign in to comment.