Support browser CDP URL from config

This commit is contained in:
helix4u
2026-04-17 15:03:31 -06:00
committed by Teknium
parent e9b8ece103
commit 64b354719f
4 changed files with 65 additions and 5 deletions

View File

@@ -418,6 +418,7 @@ DEFAULT_CONFIG = {
"command_timeout": 30, # Timeout for browser commands in seconds (screenshot, navigate, etc.)
"record_sessions": False, # Auto-record browser sessions as WebM videos
"allow_private_urls": False, # Allow navigating to private/internal IPs (localhost, 192.168.x.x, etc.)
"cdp_url": "", # Optional persistent CDP endpoint for attaching to an existing Chromium/Chrome
"camofox": {
# When true, Hermes sends a stable profile-scoped userId to Camofox
# so the server maps it to a persistent Firefox profile automatically.