mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 990270 - Enable navigator.sendBeacon by default on Firefox OS. r=fabrice
This commit is contained in:
parent
78c184fb46
commit
01d0bafa52
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user