[tor-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] Bug 30388: Set security.nocertdb to false for now

gk at torproject.org gk at torproject.org
Wed May 8 21:08:23 UTC 2019


commit c46b9fd16d0de6022e00d96d9959b2778908da7d
Author: Georg Koppen <gk at torproject.org>
Date:   Mon May 6 09:17:41 2019 +0000

    Bug 30388: Set security.nocertdb to false for now
---
 browser/app/profile/000-tor-browser.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index c810c18a84a1..b6fcff155af8 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -48,7 +48,7 @@ pref("browser.cache.offline.enable", false);
 pref("permissions.memory_only", true);
 pref("network.cookie.lifetimePolicy", 2);
 pref("browser.download.manager.retention", 1);
-pref("security.nocertdb", true);
+pref("security.nocertdb", false);
 
 // Disk activity: TBB Directory Isolation
 pref("browser.download.useDownloadDir", false);





More information about the tor-commits mailing list