From dd7683fd26f3f6ca0d98eb5175f2f181be5f4fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Makarsk=C3=BD?= Date: Thu, 29 Jul 2021 14:41:02 +0200 Subject: [PATCH] Add botd API to Security --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa7caf96..b3183b3d 100644 --- a/README.md +++ b/README.md @@ -907,6 +907,7 @@ API | Description | Auth | HTTPS | CORS | ### Security API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [botd](https://github.com/fingerprintjs/botd) | Botd is a browser library for JavaScript bot detection | `apiKey` | Yes | Yes | | [Censys.io](https://censys.io/api) | Search engine for Internet connected host and devices | `apiKey` | Yes | No | | [CRXcavator](https://crxcavator.io/apidocs) | Chrome extension risk scoring | `apiKey` | Yes | Unknown | | [Escape](https://github.com/polarspetroll/EscapeAPI) | An API for escaping different kind of queries | No | Yes | No |