commit db0f95f0f521cb691205f430470e77419cc21bd7 Author: Mike Perry mikeperry-git@torproject.org Date: Tue May 7 13:01:04 2013 -0700
squash! Tor Browser's Firefox preference overrides. --- browser/app/profile/tor-browser.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/browser/app/profile/tor-browser.js b/browser/app/profile/tor-browser.js index e9fb724..a6c2a1b 100644 --- a/browser/app/profile/tor-browser.js +++ b/browser/app/profile/tor-browser.js @@ -121,3 +121,6 @@ pref("xpinstall.whitelist.add.36", "");
// Omnibox settings pref("keyword.URL", "https://startpage.com/do/search?q="); + +// Version placeholder +pref("torbrowser.version", "UNKNOWN");
tor-commits@lists.torproject.org