Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
sort state.md keys alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
diracdeltas committed Aug 2, 2017
1 parent 29e98a0 commit 23697f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/state.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ AppStore
cookieblockAll: {
enabled: boolean // enable all cookie/referer blocking
},
fingerprintingProtection: {
enabled: boolean // enable 3p fingerprinting blocking. default true.
},
fingerprintingProtectionAll: {
enabled: boolean // enable all fingerprinting blocking. default false.
},
defaultBrowserCheckComplete: boolean, // true to indicate default browser check is complete
defaultWindowHeight: number, // DEPRECATED (0.12.7); replaced w/ defaultWindowParams.height
defaultWindowParams: {
Expand Down Expand Up @@ -120,6 +114,12 @@ AppStore
}
} // the unique id of the extension
},
fingerprintingProtection: {
enabled: boolean // enable 3p fingerprinting blocking. default true.
},
fingerprintingProtectionAll: {
enabled: boolean // enable all fingerprinting blocking. default false.
},
firstRunTimestamp: integer,
flash: {
enabled: boolean // enable flash
Expand Down

0 comments on commit 23697f9

Please sign in to comment.