Skip to content

Commit

Permalink
[sailfishos][embedlite] Align image handling prefs. JB#51273
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Nov 2, 2020
1 parent f1b6e84 commit 278e3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embedding/embedlite/embedding.js
Expand Up @@ -149,6 +149,8 @@ pref("browser.cache.offline.enable", true);
pref("browser.cache.offline.capacity", 5120); // kilobytes
pref("offline-apps.quota.warn", 1024); // kilobytes

// Automatically shrink-to-fit image documents.
pref("browser.enable_automatic_image_resizing", true);

// Default action for unlisted external protocol handlers
pref("network.protocol-handler.external-default", true); // OK to load
Expand Down Expand Up @@ -344,8 +346,6 @@ pref("media.video-queue.default-size", 3);
// Enable GMP plugins for media decoding to use gmp-droid
pref("media.gmp.decoder.enabled", true);

// optimize images memory usage
pref("image.mem.allow_locking_in_content_processes", false);
// SimplePush
pref("services.push.enabled", false);

Expand Down

0 comments on commit 278e3e3

Please sign in to comment.