add trust check for calones' domains
This commit is contained in:
parent
7a1ed6f4d8
commit
0a4a10b8e7
|
|
@ -15,7 +15,11 @@ const std::vector<std::string> Util::allowedHosts
|
|||
"tadah.rocks",
|
||||
"www.tadah.rocks",
|
||||
"api.tadah.rocks",
|
||||
"clientsettings.tadah.rocks"
|
||||
"clientsettings.tadah.rocks",
|
||||
|
||||
"calones.xyz",
|
||||
"www.calones.xyz",
|
||||
"cdn.calones.xyz"
|
||||
};
|
||||
|
||||
const std::vector<std::string> Util::allowedSchemes
|
||||
|
|
|
|||
Loading…
Reference in New Issue