Related: #2183234 rhbz#2176276 Set media.gmp-gmpopenh264.autoupdate to true to allow automatic installation of the openh264 when enabled by user.

This commit is contained in:
Jan Horak 2023-04-15 09:25:12 +02:00 committed by Eike Rathke
parent 2313fd2e11
commit dfaf21254c
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ pref("ui.SpellCheckerUnderlineStyle", 1);
pref("startup.homepage_override_url", "http://www.redhat.com");
pref("startup.homepage_welcome_url", "http://www.redhat.com");
pref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=file:///%PREFIX%/share/doc/HTML/index.html");
pref("media.gmp-gmpopenh264.provider.enabled",false);
pref("media.gmp-gmpopenh264.autoupdate",false);
pref("media.gmp-gmpopenh264.autoupdate",true);
pref("media.gmp-gmpopenh264.enabled",false);
pref("media.gmp.decoder.enabled", true);
pref("plugins.notifyMissingFlash", false);