11 lines
239 B
JSON
11 lines
239 B
JSON
{
|
|
"version": "1.0",
|
|
"domains": {
|
|
"allowed": ["oa.example.com", "erp.example.com", "hr.example.com"]
|
|
},
|
|
"pipe_actions": {
|
|
"allowed": ["click", "type", "navigate", "getText"],
|
|
"blocked": ["eval", "executeJsInPage"]
|
|
}
|
|
}
|