Bug 1838158 - [remote] Consume "--remote-allow-hosts" and "--remote-allow-origins" arguments to prevent warnings during startup. r=webdriver-reviewers,jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D242696
This commit is contained in:
Henrik Skupin
2025-03-25 11:12:43 +00:00
parent c13689599c
commit e78bc841ab

View File

@@ -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) {