Merge pull request #3648 from Eluch/master
ssl_insecure added to option_whitelist because it was missing
This commit is contained in:
commit
e791720920
|
@ -432,7 +432,7 @@ class Settings(RequestHandler):
|
||||||
def put(self):
|
def put(self):
|
||||||
update = self.json
|
update = self.json
|
||||||
option_whitelist = {
|
option_whitelist = {
|
||||||
"intercept", "showhost", "upstream_cert",
|
"intercept", "showhost", "upstream_cert", "ssl_insecure",
|
||||||
"rawtcp", "http2", "websocket", "anticache", "anticomp",
|
"rawtcp", "http2", "websocket", "anticache", "anticomp",
|
||||||
"stickycookie", "stickyauth", "stream_large_bodies"
|
"stickycookie", "stickyauth", "stream_large_bodies"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue