Bug 834080 - Set marionette.force-local=true for b2g desktop builds, r=mdas

This commit is contained in:
Jonathan Griffin 2013-01-28 15:36:58 -08:00
parent fcd36f671b
commit 3cc8d599cc

View File

@ -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