Bug 1550519 - Show a translucent parent highlight when a subgrid is highlighted....
[gecko.git] / remote / doc / Prefs.md
blobe98d23e325dee5fe7b6371c683e66dc2406f8384
1 Preferences
2 ===========
4 There are a couple of preferences associated with the remote agent:
7 Configurable preferences
8 ------------------------
10 ### `remote.enabled`
12 Indicates whether the remote agent is enabled.  When the remote
13 agent is enabled, it exposes a [`--remote-debugger` flag] for Firefox.
14 When set to false, the remote agent will not be loaded on startup.
16 [`--remote-debugger` flag]: Usage.html
18 ### `remote.force-local`
20 Limits the remote agent to be allowed to listen on loopback devices,
21 e.g. 127.0.0.1, localhost, and ::1.
23 ### `remote.log.level`
25 Defines the verbosity of the internal logger.  Available levels
26 are, in descending order of severity, `Trace`, `Debug`, `Config`,
27 `Info`, `Warn`, `Error`, and `Fatal`.  Note that the value is
28 treated case-sensitively.