user.js

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

commit b53b4832d456c4e5eaa601a4f115472c11c0a3a0
parent 9719fc319d652f5a06d0d8deea4822decb9edc8f
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Fri,  9 Jun 2017 01:11:55 +1200

1220: add reference
Diffstat:
Muser.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -652,7 +652,8 @@ user_pref("security.OCSP.enabled", 1); /* 1220: disable Windows 8.1's Microsoft Family Safety cert [WINDOWS] (FF50+) * 0=disable detecting Family Safety mode and importing the root * 1=only attempt to detect Family Safety mode (don't import the root) - * 2=detect Family Safety mode and import the root ***/ + * 2=detect Family Safety mode and import the root + * [1] https://trac.torproject.org/projects/tor/ticket/21686 ***/ user_pref("security.family_safety.mode", 0); /* 1221: disable intermediate certificate caching (fingerprinting attack vector) * [NOTE] This may be better handled under FPI (ticket 1323644, part of Tor Uplift)