Open
Description
When creating a WebUI, it is crucial to establish the principle of least privilege. One way to do this is by setting the bindings policy to BINDINGS_POLICY_NONE
. This policy disallows connections to the browser process, reducing the potential attack surface.
Cc @diracdeltas