user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 99aa5af3566d67ef379f4b95f7cb983f5bccda4c
parent 0358fdac8bc86847ac5af21dacbe2db9f1132a81
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 13 Aug 2020 15:34:26 +0000

password master->primary
Diffstat:
Muser.js | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/user.js b/user.js @@ -529,14 +529,14 @@ user_pref("_user.js.parrot", "0900 syntax error: the parrot's expired!"); * [NOTE] This does not clear any passwords already saved * [SETTING] Privacy & Security>Logins and Passwords>Ask to save logins and passwords for websites ***/ // user_pref("signon.rememberSignons", false); -/* 0902: use a master password +/* 0902: use a primary password * There are no preferences for this. It is all handled internally. - * [SETTING] Privacy & Security>Logins and Passwords>Use a master password + * [SETTING] Privacy & Security>Logins and Passwords>Use a Primary Password * [1] https://support.mozilla.org/kb/use-primary-password-protect-stored-logins-and-pas ***/ -/* 0903: set how often Firefox should ask for the master password +/* 0903: set how often Firefox should ask for the primary password * 0=the first time (default), 1=every time it's needed, 2=every n minutes (see 0904) ***/ user_pref("security.ask_for_password", 2); -/* 0904: set how often in minutes Firefox should ask for the master password (see 0903) +/* 0904: set how often in minutes Firefox should ask for the primary password (see 0903) * in minutes, default is 30 ***/ user_pref("security.password_lifetime", 5); /* 0905: disable auto-filling username & password form fields