aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/options.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2018-02-24 15:58:37 +1300
committerAldo Cortesi <aldo@nullcube.com>2018-02-24 15:58:37 +1300
commitf361ea491c4719c2a17d4abc0ef894116556a4c1 (patch)
tree2b9ceaaa4f030c3a33278d09f542b51651f6b4d7 /mitmproxy/options.py
parent2aa7ac584b7884b8fd7622aec86b47d1e33a4a11 (diff)
downloadmitmproxy-f361ea491c4719c2a17d4abc0ef894116556a4c1.tar.gz
mitmproxy-f361ea491c4719c2a17d4abc0ef894116556a4c1.tar.bz2
mitmproxy-f361ea491c4719c2a17d4abc0ef894116556a4c1.zip
addon options: upstream_auth
Also the last "easy" option to shift.
Diffstat (limited to 'mitmproxy/options.py')
-rw-r--r--mitmproxy/options.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/mitmproxy/options.py b/mitmproxy/options.py
index ed17489a..70d454fd 100644
--- a/mitmproxy/options.py
+++ b/mitmproxy/options.py
@@ -66,15 +66,6 @@ class Options(optmanager.OptManager):
verbosity = None # type: str
view_filter = None # type: Optional[str]
- # FIXME: Options that should be uncomplicated to migrate to addons
- upstream_auth = None # type: Optional[str]
- view_order = None # type: str
- view_order_reversed = None # type: bool
- web_debug = None # type: bool
- web_iface = None # type: str
- web_open_browser = None # type: bool
- web_port = None # type: int
-
def __init__(self, **kwargs) -> None:
super().__init__()
self.add_option(
@@ -222,13 +213,6 @@ class Options(optmanager.OptManager):
"""
)
self.add_option(
- "upstream_auth", Optional[str], None,
- """
- Add HTTP Basic authentication to upstream proxy and reverse proxy
- requests. Format: username:password.
- """
- )
- self.add_option(
"ssl_version_client", str, "secure",
"""
Set supported SSL/TLS versions for client connections. SSLv2, SSLv3