Files
skill-lib/resources/rules.json
2026-03-25 02:17:55 +00:00

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"]
}
}