diff --git a/schemas/settings.schema.json b/schemas/settings.schema.json index cda98677b6..e818d756e7 100644 --- a/schemas/settings.schema.json +++ b/schemas/settings.schema.json @@ -1174,8 +1174,8 @@ "allowedDomains": { "title": "Allowed Domains", "description": "A list of allowed domains for the browser agent (e.g., [\"github.com\", \"*.google.com\"]).", - "markdownDescription": "A list of allowed domains for the browser agent (e.g., [\"github.com\", \"*.google.com\"]).\n\n- Category: `Advanced`\n- Requires restart: `yes`\n- Default: `[\n \"github.com\",\n \"*.google.com\"\n]`", - "default": ["github.com", "*.google.com"], + "markdownDescription": "A list of allowed domains for the browser agent (e.g., [\"github.com\", \"*.google.com\"]).\n\n- Category: `Advanced`\n- Requires restart: `yes`\n- Default: `[\n \"github.com\",\n \"*.google.com\",\n \"localhost\"\n]`", + "default": ["github.com", "*.google.com", "localhost"], "type": "array", "items": { "type": "string"