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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user