mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Bug 834080 - Set marionette.force-local=true for b2g desktop builds, r=mdas
This commit is contained in:
parent
fcd36f671b
commit
3cc8d599cc
@ -445,6 +445,10 @@ pref("media.volume.steps", 10);
|
||||
//Enable/disable marionette server, set listening port
|
||||
pref("marionette.defaultPrefs.enabled", true);
|
||||
pref("marionette.defaultPrefs.port", 2828);
|
||||
#ifndef MOZ_WIDGET_GONK
|
||||
// On desktop builds, we need to force the socket to listen on localhost only
|
||||
pref("marionette.force-local", true);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_UPDATER
|
||||
|
Loading…
x
Reference in New Issue
Block a user