Abrowser: disable gecko media plugins completely. Fixes #14581
This commit is contained in:
parent
e9974e997a
commit
bfea817079
2 changed files with 3 additions and 2 deletions
|
|
@ -156,8 +156,9 @@ pref("font.default.x-western", "sans-serif");
|
||||||
|
|
||||||
// Disable Gecko media plugins: https://wiki.mozilla.org/GeckoMediaPlugins
|
// Disable Gecko media plugins: https://wiki.mozilla.org/GeckoMediaPlugins
|
||||||
pref("media.gmp-manager.url", "http://127.0.0.1/");
|
pref("media.gmp-manager.url", "http://127.0.0.1/");
|
||||||
|
pref("media.gmp-provider.enabled", false);
|
||||||
// Don't install openh264 codec
|
// Don't install openh264 codec
|
||||||
pref("media.gmp-gmpopenh264.provider.enabled", false);
|
pref("media.gmp-gmpopenh264.enabled", false);
|
||||||
|
|
||||||
//Disable middle click content load
|
//Disable middle click content load
|
||||||
//Avoid loading urls by mistake
|
//Avoid loading urls by mistake
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=37
|
VERSION=38
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue