Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sailfishos][embedlite] Enable customelements. Fixes JB#51937
  • Loading branch information
rainemak committed Dec 18, 2020
1 parent 4903ded commit ada8f4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions embedding/embedlite/embedding.js
Expand Up @@ -435,3 +435,6 @@ pref("security.OCSP.enabled", 2);

// The audio backend, see cubeb_init && CubebUtils.cpp (sCubebBackendName)
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 ada8f4a

Please sign in to comment.