You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
In src/browser/app.cxx / Browser::App::Execute, the configuration values are encoded with Base64 and then decoded on the JS side. Why are they obfuscated in this manner, and not specified directly as plaintext?
The configuration values are important to look at when auditing this software before use, as they are involved in the login process. Having an extra step to manually decode them to inspect them might cause concern.
Apologies for creating a new issue for this, it seems the best way to ask this question in a way that also will provide the answer to anyone else who might have the same question.
In
src/browser/app.cxx/Browser::App::Execute, the configuration values are encoded with Base64 and then decoded on the JS side. Why are they obfuscated in this manner, and not specified directly as plaintext?The configuration values are important to look at when auditing this software before use, as they are involved in the login process. Having an extra step to manually decode them to inspect them might cause concern.
Apologies for creating a new issue for this, it seems the best way to ask this question in a way that also will provide the answer to anyone else who might have the same question.