feat: add allow insecure connections toggle in system settings
Block ws:// relay connections and http:// resource loading by default to prevent browser mixed content warnings. When blocked, resources show clickable URL links instead of error placeholders so users can open them manually. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c9bd7ca7d7
commit
3b4a2ba2d3
29 changed files with 156 additions and 24 deletions
|
|
@ -663,6 +663,9 @@ export default {
|
|||
'Relays used for searching notes (NIP-50)': '用于搜索笔记的服务器 (NIP-50)',
|
||||
'Protected event (NIP-70)': '受保护的事件 (NIP-70)',
|
||||
'Protected': '受保护',
|
||||
'Protected event hint': '受保护的事件(NIP-70)只能由作者发布。服务器将拒绝来自第三方的这些事件,防止他人转播你的内容。 注意:并非所有服务器都支持受保护的事件。'
|
||||
'Protected event hint': '受保护的事件(NIP-70)只能由作者发布。服务器将拒绝来自第三方的这些事件,防止他人转播你的内容。 注意:并非所有服务器都支持受保护的事件。',
|
||||
'Allow insecure connections': '允许不安全的连接',
|
||||
'Allow insecure connections description':
|
||||
'允许加载 http:// 资源和连接 ws:// relay。可能会触发浏览器混合内容警告。'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue