[tor-commits] [torbrowser/maint-2.4] update HTTPS Everywhere pref to disable toolbar hint
erinn at torproject.org
erinn at torproject.org
Fri Jun 21 22:23:30 UTC 2013
commit c74744b4887e4ac1f357a9af07132366fe17d4d2
Author: Erinn Clark <erinn at torproject.org>
Date: Fri Jun 21 19:21:50 2013 -0300
update HTTPS Everywhere pref to disable toolbar hint
---
build-scripts/config/extension-overrides.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/build-scripts/config/extension-overrides.js b/build-scripts/config/extension-overrides.js
index 697acfe..9d748ad 100644
--- a/build-scripts/config/extension-overrides.js
+++ b/build-scripts/config/extension-overrides.js
@@ -13,6 +13,7 @@ pref("extensions.torbutton.tz_string", "UTC+00:00");
# HTTPS Everywhere Preferences:
pref("extensions.https_everywhere._observatory.popup_shown", true);
+pref("extensions.https_everywhere.toolbar_hint_shown", true);
# NoScript Preferences:
pref("capability.policy.maonoscript.javascript.enabled", "allAccess");
More information about the tor-commits
mailing list