summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-06 19:47:29 -0500
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 12:31:31 +0200
commit11a4ab0982caa3a4c22a08a72a134e2c402430ec (patch)
treedf8f3a33c0360fe4be68108d91b516d1a1ce0232 /modules
parent8c41fcd24048154e3526e506157d337a2ab434e8 (diff)
downloadUXP-11a4ab0982caa3a4c22a08a72a134e2c402430ec.tar
UXP-11a4ab0982caa3a4c22a08a72a134e2c402430ec.tar.gz
UXP-11a4ab0982caa3a4c22a08a72a134e2c402430ec.tar.lz
UXP-11a4ab0982caa3a4c22a08a72a134e2c402430ec.tar.xz
UXP-11a4ab0982caa3a4c22a08a72a134e2c402430ec.zip
Issue #1395 - Remove FlyWeb Service
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index ada4dbc5f..e9f9517e4 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -4964,8 +4964,6 @@ pref("dom.forms.inputmode", true);
// InputMethods for soft keyboards in B2G
pref("dom.mozInputMethod.enabled", false);
-pref("dom.flyweb.enabled", false);
-
// Enable mapped array buffer by default.
pref("dom.mapped_arraybuffer.enabled", true);