Removes force https

This commit is contained in:
Akshay Nair
2020-10-12 02:16:27 +05:30
parent a56a353417
commit aecce11b2a
+1 -12
View File
@@ -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"
}
}
```