You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2023. It is now read-only.
* Cloudflare’s [level of certainty](https://developers.cloudflare.com/bots/concepts/bot-score/) that a request comes from a bot,
400
+
* represented as an integer percentage between `1` (almost certainly human)
401
+
* and `99` (almost certainly a bot).
402
+
*
403
+
* @example 54
400
404
*/
401
-
botManagement: {
402
-
/**
403
-
* Cloudflare’s [level of certainty](https://developers.cloudflare.com/bots/concepts/bot-score/) that a request comes from a bot,
404
-
* represented as an integer percentage between `1` (almost certainly human)
405
-
* and `99` (almost certainly a bot).
406
-
*
407
-
* @example 54
408
-
*/
409
-
score: number;
405
+
score: number;
410
406
411
-
/**
412
-
* A boolean value that is true if the request comes from a good bot, like Google or Bing.
413
-
* Most customers choose to allow this traffic. For more details, see [Traffic from known bots](https://developers.cloudflare.com/firewall/known-issues-and-faq/#how-does-firewall-rules-handle-traffic-from-known-bots).
414
-
*/
415
-
verifiedBot: boolean;
407
+
/**
408
+
* A boolean value that is true if the request comes from a good bot, like Google or Bing.
409
+
* Most customers choose to allow this traffic. For more details, see [Traffic from known bots](https://developers.cloudflare.com/firewall/known-issues-and-faq/#how-does-firewall-rules-handle-traffic-from-known-bots).
410
+
*/
411
+
verifiedBot: boolean;
416
412
417
-
/**
418
-
* A boolean value that is true if the request originates from a
419
-
* Cloudflare-verified proxy service.
420
-
*/
421
-
corporateProxy: boolean;
413
+
/**
414
+
* A boolean value that is true if the request originates from a
415
+
* Cloudflare-verified proxy service.
416
+
*/
417
+
corporateProxy: boolean;
422
418
423
-
/**
424
-
* A boolean value that's true if the request matches [file extensions](https://developers.cloudflare.com/bots/reference/static-resources/) for many types of static resources.
425
-
*/
426
-
staticResource: boolean;
427
-
};
419
+
/**
420
+
* A boolean value that's true if the request matches [file extensions](https://developers.cloudflare.com/bots/reference/static-resources/) for many types of static resources.
* Cloudflare’s [level of certainty](https://developers.cloudflare.com/bots/concepts/bot-score/) that a request comes from a bot,
445
-
* represented as an integer percentage between `1` (almost certainly human)
446
-
* and `99` (almost certainly a bot).
447
-
*
448
-
* @example 54
449
-
*/
450
-
score: number;
451
-
452
-
/**
453
-
* A boolean value that is true if the request comes from a good bot, like Google or Bing.
454
-
* Most customers choose to allow this traffic. For more details, see [Traffic from known bots](https://developers.cloudflare.com/firewall/known-issues-and-faq/#how-does-firewall-rules-handle-traffic-from-known-bots).
455
-
*/
456
-
verifiedBot: boolean;
457
-
458
-
/**
459
-
* A boolean value that is true if the request originates from a
460
-
* Cloudflare-verified proxy service.
461
-
*/
462
-
corporateProxy: boolean;
463
-
464
-
/**
465
-
* A boolean value that's true if the request matches [file extensions](https://developers.cloudflare.com/bots/reference/static-resources/) for many types of static resources.
0 commit comments