Skip to content

Commit

Permalink
Don't sync temporary configs #2623
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 29, 2020
1 parent 42a2315 commit 02e7d6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions webextensions/common/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ export const configs = new Configs({
}, {
localKeys: mapAndFilter(`
optionsExpandedSections
optionsExpandedGroups
sidebarPosition
sidebarDirection
style
Expand All @@ -360,6 +361,14 @@ export const configs = new Configs({
requestingPermissions
requestingPermissionsNatively
lastDraggedTabs
startDragTimeout
migratedBookmarkUrls
knownExternalAddons
debug
logTimestamp
loggingQueries
logFor
loggingConnectionMessages
testKey
`.trim().split('\n'), key => {
key = key.trim();
Expand Down

0 comments on commit 02e7d6e

Please sign in to comment.