Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
torbutton
Commits
56fe3938
Commit
56fe3938
authored
May 06, 2019
by
Georg Koppen
Browse files
Bug 30388: Don't touch security.nocertdb for now
parent
717715be
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/chrome/content/torbutton.js
View file @
56fe3938
...
...
@@ -1547,7 +1547,8 @@ function torbutton_update_disk_prefs() {
m_tb_prefs
.
setBoolPref
(
"
browser.cache.disk.enable
"
,
!
mode
);
m_tb_prefs
.
setBoolPref
(
"
places.history.enabled
"
,
!
mode
);
m_tb_prefs
.
setBoolPref
(
"
security.nocertdb
"
,
mode
);
// Don't touch that pref for now, see: #30388.
//m_tb_prefs.setBoolPref("security.nocertdb", mode);
// No way to clear this beast during New Identity. Leave it off.
//m_tb_prefs.setBoolPref("dom.indexedDB.enabled", !mode);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment