ssl_insecure added to option_whitelist because it was missing

This commit is contained in:
Ferenc soós 2019-09-27 10:00:50 +02:00
parent 1021f3cae6
commit 86aacf4d5b

View File

@ -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"
}