mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-10 20:29:42 +00:00
browser use allow http://
This commit is contained in:
parent
0c837997f7
commit
e7027ca1f4
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class State:
|
|||
chromium_sandbox=False,
|
||||
accept_downloads=True,
|
||||
downloads_path=files.get_abs_path("tmp/downloads"),
|
||||
allowed_domains=["*"],
|
||||
allowed_domains=["*", "http://*", "https://*"],
|
||||
executable_path=pw_binary,
|
||||
keep_alive=True,
|
||||
minimum_wait_page_load_time=1.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue