Censor system username in tracebacks shown by the GUI #2204
Labels
Component: GUI/Website
Specifically affects the OoTR GUI
Status: Under Consideration
Developers are considering whether to accept or decline the feature described
Type: Enhancement
New feature or request
The GUI can sometimes display Python tracebacks with instructions to post them in Discord. To avoid users unwittingly posting their usernames in public, we may want to censor the paths in these tracebacks, for example by replacing instances of
Utils.local_path()
with a placeholder like<randomizer path>
.The text was updated successfully, but these errors were encountered: