From 1b42c533ef8d06864380690184dd1d8112dfe2c2 Mon Sep 17 00:00:00 2001 From: Jonas Sicking Date: Thu, 12 Nov 2015 12:40:45 -0800 Subject: [PATCH] Bug 990270 - Enable navigator.sendBeacon by default on Firefox OS. r=fabrice --- modules/libpref/init/all.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 389223fc59a..05fc1451621 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -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);