20 lines
432 B
JSON
20 lines
432 B
JSON
{
|
|
"version": "1.0",
|
|
"demo_only_domains": ["baidu.com", "www.baidu.com", "zhihu.com", "www.zhihu.com"],
|
|
"domains": {
|
|
"allowed": [
|
|
"oa.example.com",
|
|
"erp.example.com",
|
|
"hr.example.com",
|
|
"baidu.com",
|
|
"www.baidu.com",
|
|
"zhihu.com",
|
|
"www.zhihu.com"
|
|
]
|
|
},
|
|
"pipe_actions": {
|
|
"allowed": ["click", "type", "navigate", "getText", "eval"],
|
|
"blocked": ["executeJsInPage"]
|
|
}
|
|
}
|