From 0cf1c840c7ea9cf1331214dbf575bc958f44ea8a Mon Sep 17 00:00:00 2001 From: Bob Ziroll Date: Mon, 15 Feb 2021 14:53:44 -0700 Subject: [PATCH] DomainsDB does not accept CORS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b2b75d4..e0e13bb4 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Charity Search](http://charityapi.orghunter.com/) | Non-profit charity data | `apiKey` | No | Unknown | | [Clearbit Logo](https://clearbit.com/docs#logo-api) | Search for company logos and embed them in your projects | `apiKey` | Yes | Unknown | -| [Domainsdb.info](https://domainsdb.info/) | Registered Domain Names Search | No | Yes | Unknown | +| [Domainsdb.info](https://domainsdb.info/) | Registered Domain Names Search | No | Yes | No | | [Freelancer](https://developers.freelancer.com) | Hire freelancers to get work done | `OAuth` | Yes | Unknown | | [Gmail](https://developers.google.com/gmail/api/) | Flexible, RESTful access to the user's inbox | `OAuth` | Yes | Unknown | | [Google Analytics](https://developers.google.com/analytics/) | Collect, configure and analyze your data to reach the right audience | `OAuth` | Yes | Unknown |