diff --git a/remote/components/RemoteAgent.sys.mjs b/remote/components/RemoteAgent.sys.mjs index a9a3278a5388..ce20ce020564 100644 --- a/remote/components/RemoteAgent.sys.mjs +++ b/remote/components/RemoteAgent.sys.mjs @@ -426,6 +426,8 @@ class RemoteAgentParentProcess { } cmdLine.handleFlag("remote-allow-system-access", false); + cmdLine.handleFlagWithParam("remote-allow-hosts", false); + cmdLine.handleFlagWithParam("remote-allow-origins", false); } async observe(subject, topic) {