From aecce11b2a20bfc8525114d110ea0e13cebaf190 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 12 Oct 2020 02:16:27 +0530 Subject: [PATCH] Removes force https --- API.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/API.md b/API.md index abf70250d..746f953f1 100644 --- a/API.md +++ b/API.md @@ -17,8 +17,7 @@ "email": "any@email" }, "record": { - "CNAME": "github-username.github.io", - "URL": "https://your-domain.is-a.dev" + "CNAME": "github-username.github.io" } } ``` @@ -99,13 +98,3 @@ Here's a few different use cases for the given record types - } ``` -* **Force HTTPS on your CNAME (or or A) record** -```json -{ - "record": { - "CNAME": "username.github.io", - "URL": "https://your-domain.is-a.dev" - } -} -``` -