mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 990270 - Enable navigator.sendBeacon by default on Firefox OS. r=fabrice
This commit is contained in:
parent
e75cdf2105
commit
1b42c533ef
@ -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