minor fixes and polishments

This commit is contained in:
Cynthia Long
2026-03-10 14:24:10 +00:00
parent be4a7055eb
commit 94ded11bdd
5 changed files with 7 additions and 7 deletions

View File

@@ -1100,7 +1100,7 @@ const SETTINGS_SCHEMA = {
label: 'Allowed Domains',
category: 'Advanced',
requiresRestart: true,
default: ['github.com', '*.google.com'] as string[],
default: ['github.com', '*.google.com', 'localhost'] as string[],
description: oneLine`
A list of allowed domains for the browser agent
(e.g., ["github.com", "*.google.com"]).