From f7099b682d317b8e6bf1c9b7f8daa39fe0efceec Mon Sep 17 00:00:00 2001 From: "ryan.kuba" Date: Mon, 22 Aug 2022 10:53:17 -0400 Subject: [PATCH] KASM-3107 add new automatic connect options on top of old ones during tor installation --- src/ubuntu/install/torbrowser/install_torbrowser.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ubuntu/install/torbrowser/install_torbrowser.sh b/src/ubuntu/install/torbrowser/install_torbrowser.sh index 35b1d8b..5f72bde 100644 --- a/src/ubuntu/install/torbrowser/install_torbrowser.sh +++ b/src/ubuntu/install/torbrowser/install_torbrowser.sh @@ -29,6 +29,13 @@ cat >> $TOR_HOME/tor-browser_en-US/Browser/TorBrowser/Data/Browser/profile.defau user_pref("extensions.torlauncher.prompt_at_startup", false); user_pref("extensions.torlauncher.quickstart", true); user_pref("browser.download.lastDir", "/home/kasm-user/Downloads"); +user_pref("torbrowser.settings.bridges.builtin_type", ""); +user_pref("torbrowser.settings.bridges.enabled", false); +user_pref("torbrowser.settings.bridges.source", -1); +user_pref("torbrowser.settings.enabled", true); +user_pref("torbrowser.settings.firewall.enabled", false); +user_pref("torbrowser.settings.proxy.enabled", false); +user_pref("torbrowser.settings.quickstart.enabled", true); EOL # Maintain backwards compatability with old image definitions that expect tor to be launched from /tmp