commit 6406662331d900d7218cccb82b3e6bd7065e04f4 Author: Alex Catarineu acat@torproject.org Date: Wed May 22 13:21:53 2019 +0200
Bug 30565: sync nocertdb with privatebrowsing.autostart at startup --- src/chrome/content/torbutton.js | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js index a7bd4f8c..53fe4fc9 100644 --- a/src/chrome/content/torbutton.js +++ b/src/chrome/content/torbutton.js @@ -1826,6 +1826,9 @@ function torbutton_do_startup() // For charsets torbutton_update_fingerprinting_prefs();
+ // Bug 30565: sync browser.privatebrowsing.autostart with security.nocertdb + torbutton_update_disk_prefs(); + // #5758: Last ditch effort to keep Vanilla Torbutton users from totally // being pwnt. This is a pretty darn ugly hack, too. But because of #5863, // we really don't care about preserving the user's values for this.
tbb-commits@lists.torproject.org