Skip to content

Commit

Permalink
Fix missing prefs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kontos committed May 7, 2019
1 parent af8d603 commit f0b4a50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions browser/app/profile/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,11 @@ pref("browser.migrate.chrome.history.maxAgeInDays", 180);
// Enable browser frames for use on desktop. Only exposed to chrome callers.
pref("dom.mozBrowserFramesEnabled", true);

pref("extensions.pocket.api", "", locked);
pref("extensions.pocket.enabled", false, locked);
pref("extensions.pocket.oAuthConsumerKey", "", locked);
pref("extensions.pocket.site", "", locked);

pref("signon.schemeUpgrades", true);
pref("signon.privateBrowsingCapture.enabled", true);
pref("signon.showAutoCompleteFooter", true);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0b4a50

Please sign in to comment.