Skip to content

Commit

Permalink
Standalone: Add some extension prefs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascrod committed Jan 24, 2019
1 parent 5b7811a commit a82aefa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/profile/ambassador.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ pref("extensions.getAddons.cache.enabled", true);
pref("extensions.update.url", "https://addons.palemoon.org/");

pref("extensions.getAddons.showPane", false);
pref("extensions.logging.enabled", false);
pref("extensions.strictCompatibility", true);
pref("extensions.minCompatibleAppVersion", "1.0");

// Make the external protocol service happy
pref("network.protocol-handler.expose-all", false);
Expand Down

0 comments on commit a82aefa

Please sign in to comment.