From 23697f9839f06586ebc94d7792ba1c1162cb2ec0 Mon Sep 17 00:00:00 2001 From: yan Date: Tue, 1 Aug 2017 18:25:13 -0700 Subject: [PATCH] sort state.md keys alphabetically --- docs/state.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/state.md b/docs/state.md index fb117564306..a18439070fe 100644 --- a/docs/state.md +++ b/docs/state.md @@ -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: { @@ -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