[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit e849f24b13ba8fd058c43510eac861db2037ff74
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
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);

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits