Adds a note about certificate pinning and ProtonMail's Bridge usage

This commit is contained in:
Samuel FORESTIER 2020-04-16 15:03:02 +02:00
parent 49921ed98c
commit 3ce96df737
1 changed files with 2 additions and 1 deletions

View File

@ -534,7 +534,8 @@ user_pref("security.family_safety.mode", 0);
/* 1223: enforce strict pinning
* PKP (Public Key Pinning) 0=disabled 1=allow user MiTM (such as your antivirus), 2=strict
* [SETUP-INSTALL] If you rely on an AV (anti-virus) to protect your web browsing
* by inspecting ALL your web traffic, then leave at current default=1
* by inspecting ALL your web traffic, then leave at current 1 (default).
* [NOTE] It needs to be set to 1 when connecting to the ProtonMail's Bridge for the first time.
* [1] https://trac.torproject.org/projects/tor/ticket/16206 ***/
user_pref("security.cert_pinning.enforcement_level", 2);