Skip to content

Commit

Permalink
Merge branch 'jb51937' into 'master'
Browse files Browse the repository at this point in the history
[sailfishos][embedlite] Enable customelements. Fixes JB#51937

See merge request mer-core/gecko-dev!208
  • Loading branch information
rainemak committed Dec 18, 2020
2 parents 66b9c63 + ada8f4a commit 0e34d4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion embedding/embedlite/embedding.js
Expand Up @@ -434,4 +434,7 @@ pref("security.cert_pinning.enforcement_level", 1);
pref("security.OCSP.enabled", 2);

// The audio backend, see cubeb_init && CubebUtils.cpp (sCubebBackendName)
user_pref("media.cubeb.backend", "pulse");
pref("media.cubeb.backend", "pulse");

// On ESR60 customelements is only enabled for nightly. Enable for us.
pref("dom.webcomponents.customelements.enabled", true);

0 comments on commit 0e34d4a

Please sign in to comment.