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
d8d7f2a0
Commit
d8d7f2a0
authored
Apr 02, 2015
by
Arthur Edelstein
Committed by
Georg Koppen
Apr 06, 2015
Browse files
Bug 15562: Bind SharedWorkers to thirdparty pref
parent
c16e185a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/chrome/content/torbutton.js
View file @
d8d7f2a0
...
...
@@ -2221,6 +2221,7 @@ function torbutton_update_thirdparty_prefs() {
m_tb_prefs
.
setIntPref
(
"
network.cookie.cookieBehavior
"
,
0
);
}
m_tb_prefs
.
setBoolPref
(
"
dom.workers.sharedWorkers.enabled
"
,
!
mode
);
m_tb_prefs
.
setBoolPref
(
"
security.enable_tls_session_tickets
"
,
!
mode
);
// Force prefs to be synced to disk
...
...
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