aboutsummaryrefslogtreecommitdiff
path: root/onionshare/settings.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-11-02 17:06:13 -0700
committerMicah Lee <micah@micahflee.com>2019-11-02 17:06:13 -0700
commitb815b0e9e2853f14a2bb07ce0782b3f21d355c23 (patch)
treeb9cb1ce0b860d0aa530c507f9ed47351c2aa815a /onionshare/settings.py
parent87918c5d89f26bce515879895ed0a4ae736dbd2a (diff)
downloadonionshare-b815b0e9e2853f14a2bb07ce0782b3f21d355c23.tar.gz
onionshare-b815b0e9e2853f14a2bb07ce0782b3f21d355c23.zip
Remove mode settings from global settings object
Diffstat (limited to 'onionshare/settings.py')
-rw-r--r--onionshare/settings.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/onionshare/settings.py b/onionshare/settings.py
index 6d6528a4..11227817 100644
--- a/onionshare/settings.py
+++ b/onionshare/settings.py
@@ -106,24 +106,12 @@ class Settings(object):
"socket_file_path": "/var/run/tor/control",
"auth_type": "no_auth",
"auth_password": "",
- "close_after_first_download": True,
- "autostop_timer": False,
- "autostart_timer": False,
- "use_stealth": False,
"use_autoupdate": True,
"autoupdate_timestamp": None,
"no_bridges": True,
"tor_bridges_use_obfs4": False,
"tor_bridges_use_meek_lite_azure": False,
"tor_bridges_use_custom_bridges": "",
- "use_legacy_v2_onions": False,
- "save_private_key": False,
- "private_key": "",
- "public_mode": False,
- "password": "",
- "hidservauth_string": "",
- "data_dir": "",
- "csp_header_disabled": False,
"locale": None, # this gets defined in fill_in_defaults()
}
self._settings = {}