mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-29 18:23:25 +00:00
Removes force https
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user