update 1.2.2.2 beta

This commit is contained in:
MacRimi
2026-06-28 13:06:40 +02:00
parent ecfdcf1bac
commit 51b9285980
15 changed files with 670 additions and 50 deletions
+8 -1
View File
@@ -69,10 +69,17 @@ SENSITIVE_KEYS = {
'ai_api_key_anthropic',
'ai_api_key_openai',
'ai_api_key_openrouter',
'telegram.token',
# `telegram.bot_token` — was previously listed as `telegram.token`,
# which never matched the real config_key (`bot_token` in
# CHANNEL_TYPES). The mismatch silently sent Telegram bot tokens
# in cleartext on every GET /api/notifications/settings since the
# masking layer was introduced. Fixed alongside the eye-reveal
# endpoint so the operator can still inspect the value on demand.
'telegram.bot_token',
'gotify.token',
'discord.webhook_url',
'email.password',
'apprise.url',
'webhook_secret',
}