Problem
--read-only is a blunt on/off switch. No way to allow window.listTop
but deny process.kill, or allow clipboard.write for one agent but not
another.
Proposed Solution
Add --allow <method-list> and --deny <method-list> flags.
--allow takes precedence if both list the same method.
Default (empty) = all methods allowed.
References
Problem
--read-onlyis a blunt on/off switch. No way to allowwindow.listTopbut deny
process.kill, or allowclipboard.writefor one agent but notanother.
Proposed Solution
Add
--allow <method-list>and--deny <method-list>flags.--allowtakes precedence if both list the same method.Default (empty) = all methods allowed.
References