plugins: bookmark_url_enabled: default: true client: true type: bool bookmark_url_auto_populate: default: false client: true type: bool description: "Automatically populate the body when a URL is detected in the title (no button click needed)" bookmark_url_max_content_length: default: 50000 type: integer description: "Maximum number of characters to extract from a page" bookmark_url_fetch_timeout: default: 10 type: integer description: "Seconds to wait when fetching a URL" bookmark_url_allowed_domains: default: "" type: string description: "Comma-separated list of allowed domains. Leave blank to allow all." bookmark_url_blocked_domains: default: "localhost,127.0.0.1,0.0.0.0,::1" type: string description: "Comma-separated list of blocked domains (SSRF protection)"