Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug 1606317: security: allow remote agent to disable security checks;…
… r=keeler The remote agent is an implementation of a subset of the Chromium Remote Debugging Protocol (CDP) for Gecko. For similar reasons as Marionette it needs the ability to call nsCertOverrideService::SetDisableAllSecurityChecksAndLetAttackersInterceptMyData(). It calls this method from remote/domains/parent/Security.jsm which implements the Security.setIgnoreCertificateErrors protocol method. The remote agent is slated to replace Marionette, but there is currently no timeline for this. Differential Revision: https://phabricator.services.mozilla.com/D58435 --HG-- extra : moz-landing-system : lando
- Loading branch information