mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
impr: Added telemetry about whether ImHex runs on a corporate machine
This commit is contained in:
@@ -75,7 +75,8 @@ namespace hex::plugin::builtin {
|
||||
{ "os", ImHexApi::System::getOSName() },
|
||||
{ "os_version", ImHexApi::System::getOSVersion() },
|
||||
{ "arch", ImHexApi::System::getArchitecture() },
|
||||
{ "gpu_vendor", ImHexApi::System::getGPUVendor() }
|
||||
{ "gpu_vendor", ImHexApi::System::getGPUVendor() },
|
||||
{ "corporate_env", ImHexApi::System::isCorporateEnvironment() }
|
||||
};
|
||||
|
||||
HttpRequest telemetryRequest("POST", ImHexApiURL + "/telemetry"s);
|
||||
|
||||
Reference in New Issue
Block a user