diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-06 19:47:29 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:31:31 +0200 |
commit | 2e6248d970de222203c0f95d72b7628b6ef09d27 (patch) | |
tree | df8f3a33c0360fe4be68108d91b516d1a1ce0232 /modules | |
parent | f6332217e7086772794bc0b0bb06a5e794d38bf2 (diff) | |
download | uxp-2e6248d970de222203c0f95d72b7628b6ef09d27.tar.gz |
Issue mcp-graveyard/UXP#1395 - Remove FlyWeb Service
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/all.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index ada4dbc5f6..e9f9517e4c 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); |