Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase privacy of masked config #2963

Merged
merged 1 commit into from Dec 12, 2022
Merged

Conversation

BlackDex
Copy link
Collaborator

@BlackDex BlackDex commented Dec 8, 2022

This changes the masking function to hide a bit more information from the generated support string. It will still keep showing the :// for example, and ,, but other characters will be hidden.

Also did some small changes on some key's which all showed up as Internal on the Settings page.

Fixes #2929

src/config.rs Outdated Show resolved Hide resolved
@BlackDex
Copy link
Collaborator Author

BlackDex commented Dec 8, 2022

@dani-garcia Done :)

src/config.rs Outdated Show resolved Hide resolved
This changes the masking function to hide a bit more information from
the generated support string. It will still keep showing the `://` for
example, and `,`, but other characters will be hidden.

Also did some small changes on some key's which all showed up as
`Internal` on the Settings page.

Fixes dani-garcia#2929
@dani-garcia dani-garcia merged commit 2336f10 into dani-garcia:main Dec 12, 2022
@BlackDex BlackDex deleted the issue-2929 branch December 13, 2022 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make support string more secure
3 participants