FlashpointProject / launcher

Launcher for Flashpoint Archive
https://flashpointarchive.org
Other
941 stars 54 forks source link

[Feature Request] Anonymize user path in uploaded log #405

Closed n0samu closed 4 months ago

n0samu commented 10 months ago

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.