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
03db5041
Commit
03db5041
authored
May 25, 2012
by
Mike Perry
Browse files
Bug 5758: Speel the websocket pref correctly for Torbutton users.
Wow, that was a close one. :/
parent
add457cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/chrome/content/torbutton.js
View file @
03db5041
...
...
@@ -2027,7 +2027,7 @@ function torbutton_update_status(mode, force_update) {
// 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.
if
(
!
m_tb_tbb
)
{
m_tb_prefs
.
setBoolPref
(
"
network.websocket
s
.enabled
"
,
false
);
m_tb_prefs
.
setBoolPref
(
"
network.websocket.enabled
"
,
false
);
m_tb_prefs
.
setBoolPref
(
"
dom.indexedDB.enabled
"
,
false
);
}
...
...
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