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

gk at torproject.org gk at torproject.org
Mon May 6 09:18:31 UTC 2019


commit 24a43ea1332c6a2ca2bc7a952ddf04af669d0517
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 8f74748f2072..e96493a5fb57 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -47,7 +47,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