Cookies and proxies are encrypted with Fernet. The key is not stored in the repository. Logs contain no secrets.
All secrets are automatically masked before being written to log files:
| What is masked | How it appears in logs |
|---|---|
| auth_token | *** |
| bearer_token | *** |
| ct0 | *** |
| Authorization header | *** |
| Proxy username/password | host:port:: |