mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
ssl_insecure added to option_whitelist because it was missing
This commit is contained in:
parent
1021f3cae6
commit
86aacf4d5b
@ -432,7 +432,7 @@ class Settings(RequestHandler):
|
||||
def put(self):
|
||||
update = self.json
|
||||
option_whitelist = {
|
||||
"intercept", "showhost", "upstream_cert",
|
||||
"intercept", "showhost", "upstream_cert", "ssl_insecure",
|
||||
"rawtcp", "http2", "websocket", "anticache", "anticomp",
|
||||
"stickycookie", "stickyauth", "stream_large_bodies"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user