Skip to content
GitLab
Menu
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
c16e185a
Commit
c16e185a
authored
Apr 02, 2015
by
Arthur Edelstein
Browse files
use correct function name
parent
4f230f03
Changes
1
Show whitespace changes
Inline
Side-by-side
src/chrome/content/torbutton.js
View file @
c16e185a
...
...
@@ -2221,7 +2221,7 @@ function torbutton_update_thirdparty_prefs() {
m_tb_prefs
.
setIntPref
(
"
network.cookie.cookieBehavior
"
,
0
);
}
p
ref
(
"
security.enable_tls_session_tickets
"
,
!
mode
);
m_tb_prefs
.
setBoolP
ref
(
"
security.enable_tls_session_tickets
"
,
!
mode
);
// Force prefs to be synced to disk
var
prefService
=
Components
.
classes
[
"
@mozilla.org/preferences-service;1
"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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