From 07dc474a6fa5a898b3721dd2df787905b797b9e5 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Sat, 30 Mar 2019 21:38:19 +0100 Subject: [PATCH] Protocol: fix the order of settings priority --- PROTOCOL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index 5c29e49..1726a17 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -73,9 +73,9 @@ and via parameters in individual `*.gpg` files. Settings are applied using the following priority, highest first: 1. Configured by the user in specific `*.gpg` files (e.g. autosubmit: true) -2. Configured by the user via the extension options -3. Configured by the user in each store’s `.browserpass.json` file -4. Defaults shipped with the browser extension +1. Configured by the user in `.browserpass.json` file in specific password stores +1. Configured by the user via the extension options +1. Defaults shipped with the browser extension ### Global Settings