Conversation

After reversing for hours, I found out that pretty much the only way to disable "Required" telemetry on Linux is the (ofc undocumented) "--enable-features=msDiagnosticDataForceOff" as the "DiagnosticData" policy is removed (can't find where in code or why though)
Image
3
68
Also, unlike on Windows, Microsoft does not seem to provide symbol / debug info for Linux builds of their software, except a select few. Or at least I didn't find any, so I mostly just cross referenced from the Windows builds of Edge to find anything.