Files

32 lines
867 B
YAML
Raw Permalink Normal View History

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