Add itgmania.com to the list of allowed hosts.

This commit is contained in:
teejusb
2025-03-02 12:16:12 -08:00
parent 33039d61b4
commit ef649135bd
+1 -1
View File
@@ -27,7 +27,7 @@
NetworkManager* NETWORK = nullptr; // global and accessible from anywhere in our program
Preference<bool> NetworkManager::httpEnabled("HttpEnabled", true, nullptr, PreferenceType::Immutable);
Preference<RString> NetworkManager::httpAllowHosts("HttpAllowHosts", "*.groovestats.com", nullptr, PreferenceType::Immutable);
Preference<RString> NetworkManager::httpAllowHosts("HttpAllowHosts", "*.groovestats.com,*.itgmania.com", nullptr, PreferenceType::Immutable);
static const char *HttpErrorCodeNames[] = {
"Blocked",