mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
This disables the remote agent through flipping the remote.enabled preference to false. This will cause the help text to disappear from --help and the RemoteAgent#init() (in remote/RemoteAgent.jsm) to fail. We also change RemoteAgent.jsm to being loaded lazily so that it isn't imported. Differential Revision: https://phabricator.services.mozilla.com/D27539 --HG-- extra : moz-landing-system : lando
785 B
785 B
Preferences
There are a couple of preferences associated with the remote agent:
Configurable preferences
remote.enabled
Indicates whether the remote agent is enabled. When the remote
agent is enabled, it exposes a --remote-debugger flag for Firefox.
When set to false, the remote agent will not be loaded on startup.
remote.force-local
Limits the remote agent to be allowed to listen on loopback devices, e.g. 127.0.0.1, localhost, and ::1.
remote.log.level
Defines the verbosity of the internal logger. Available levels
are, in descending order of severity, Trace, Debug, Config,
Info, Warn, Error, and Fatal. Note that the value is
treated case-sensitively.