deploy
This commit is contained in:
@@ -132,19 +132,6 @@
|
||||
"captcha_policy": {
|
||||
"type": "string"
|
||||
},
|
||||
"allowed_captcha_domains": {
|
||||
"anyOf": [
|
||||
{
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ai_explore": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -293,7 +280,8 @@
|
||||
],
|
||||
"noise_filtering": "Drops analytics, static assets, service workers, and obvious bot-defense plumbing by default.",
|
||||
"schema_inference": "Infers request/response JSON schemas, query params, path params, GraphQL dispatches, and auth-shaped headers.",
|
||||
"captcha_policy": "SeleniumBase solve_captcha is available only for a2acloud.io and subdomains.",
|
||||
"target_scope": "Public browser capture is restricted to a2acloud.io and subdomains.",
|
||||
"captcha_policy": "SeleniumBase solve_captcha is fixed to a2acloud.io and subdomains.",
|
||||
"llm_exploration": "Uses ctx.llm to choose bounded, non-destructive page actions after the page loads."
|
||||
}
|
||||
},
|
||||
@@ -322,10 +310,14 @@
|
||||
"concurrency": 1,
|
||||
"egress": {
|
||||
"allow_hosts": [
|
||||
"*"
|
||||
"a2acloud.io",
|
||||
"www.a2acloud.io",
|
||||
"blog.a2acloud.io",
|
||||
"docs.a2acloud.io",
|
||||
"api.a2acloud.io"
|
||||
],
|
||||
"allow_internal_services": [],
|
||||
"deny_internet_by_default": false
|
||||
"deny_internet_by_default": true
|
||||
},
|
||||
"tools_used": [
|
||||
"seleniumbase",
|
||||
|
||||
Reference in New Issue
Block a user