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
ef2de3d6
Commit
ef2de3d6
authored
Jan 16, 2013
by
Mike Perry
Browse files
Allow WebGL and DOM storage.
NoScript will still click-to-play WebGL for us.
parent
e3f6bc5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/chrome/content/torbutton.js
View file @
ef2de3d6
...
...
@@ -1888,11 +1888,6 @@ function torbutton_update_status(mode, force_update) {
!
mode
,
mode
,
changed
);
}
if
(
m_tb_ff4
)
{
torbutton_setBoolPref
(
"
webgl.disabled
"
,
"
webgl_disabled
"
,
mode
,
mode
,
changed
);
}
if
(
m_tb_ff35
)
{
// Disable geolocation
torbutton_setBoolPref
(
"
geo.enabled
"
,
"
geo_enabled
"
,
!
mode
,
mode
,
...
...
src/defaults/preferences/preferences.js
View file @
ef2de3d6
...
...
@@ -121,7 +121,7 @@ pref("extensions.torbutton.cookie_jars",false);
pref
(
"
extensions.torbutton.cookie_protections
"
,
true
);
pref
(
"
extensions.torbutton.cookie_auto_protect
"
,
false
);
pref
(
"
extensions.torbutton.dual_cookie_jars
"
,
true
);
pref
(
"
extensions.torbutton.disable_domstorage
"
,
tru
e
);
pref
(
"
extensions.torbutton.disable_domstorage
"
,
fals
e
);
pref
(
"
extensions.torbutton.clear_cache
"
,
true
);
pref
(
"
extensions.torbutton.block_cache
"
,
false
);
pref
(
"
extensions.torbutton.clear_history
"
,
false
);
...
...
Write
Preview
Markdown
is supported
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