Is your feature request related to a problem? Please describe.
Users are sometimes worried about compromising their privacy when using the "Upload Log" feature.
Describe the solution you'd like
Usernames should be automatically removed from paths in the uploaded logs. For example, C:\Users\nosamu would become C:\Users\***. This could easily be done in a postprocessing step by searching for the value of %USERPROFILE% within the log and replacing the value of %USERNAME% with ***. Similar replacements should be possible on Linux and Mac too.
Describe alternatives you've considered
The feature could instead be implemented server-side on logs.unstable.life, but I think it's better not to store the data at all.
Is your feature request related to a problem? Please describe. Users are sometimes worried about compromising their privacy when using the "Upload Log" feature.
Describe the solution you'd like Usernames should be automatically removed from paths in the uploaded logs. For example,
C:\Users\nosamu
would becomeC:\Users\***
. This could easily be done in a postprocessing step by searching for the value of %USERPROFILE% within the log and replacing the value of %USERNAME% with***
. Similar replacements should be possible on Linux and Mac too.Describe alternatives you've considered The feature could instead be implemented server-side on logs.unstable.life, but I think it's better not to store the data at all.