rawgit.com and cnd.bootcss.com
This commit is contained in:
parent
fc23e0324d
commit
f59979dfc5
10
FastGithub/appsettings/appsettings.bootcss.json
Normal file
10
FastGithub/appsettings/appsettings.bootcss.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"FastGithub": {
|
||||
"DomainConfigs": {
|
||||
"cdn.bootcss.com": {
|
||||
"TlsSni": true,
|
||||
"Destination": "https://cdnjs.cloudflare.com/ajax/libs/"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -3,6 +3,9 @@
|
||||
"DomainConfigs": {
|
||||
"*.cloudflare.com": {
|
||||
"TlsSni": true
|
||||
},
|
||||
"rawgit.com": {
|
||||
"TlsSni": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user