Bug 990270 - Enable navigator.sendBeacon by default on Firefox OS. r=fabrice

This commit is contained in:
Jonas Sicking 2015-11-12 12:40:45 -08:00
parent e75cdf2105
commit 1b42c533ef

View File

@ -4901,11 +4901,7 @@ pref("identity.fxaccounts.auth.uri", "https://api.accounts.firefox.com/v1");
// disable mozsample size for now
pref("image.mozsamplesize.enabled", false);
// Enable navigator.sendBeacon on all platforms except b2g because it doesn't
// play nicely with Firefox OS apps yet.
#ifndef MOZ_WIDGET_GONK
pref("beacon.enabled", true);
#endif
// Camera prefs
pref("camera.control.face_detection.enabled", true);