mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 22:02:59 -07:00
feat(agent): add navigation url restrictions
This commit is contained in:
@@ -1170,6 +1170,16 @@
|
||||
"description": "Model override for the visual agent.",
|
||||
"markdownDescription": "Model override for the visual agent.\n\n- Category: `Advanced`\n- Requires restart: `yes`",
|
||||
"type": "string"
|
||||
},
|
||||
"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"],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user