mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
[PALEMOON] Remove check for MSE mixed prefs in nsBrowserGlue.js
This commit is contained in:
parent
e035963fa2
commit
9052cdd14f
1 changed files with 0 additions and 5 deletions
|
|
@ -432,11 +432,6 @@ BrowserGlue.prototype = {
|
|||
|
||||
LoginManagerParent.init();
|
||||
|
||||
// Make sure conflicting MSE prefs don't coexist
|
||||
if (Services.prefs.getBoolPref('media.mediasource.format-reader', true)) {
|
||||
Services.prefs.setBoolPref('media.mediasource.webm.enabled', false);
|
||||
}
|
||||
|
||||
Services.obs.notifyObservers(null, "browser-ui-startup-complete", "");
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue