Merge pull request #3648 from Eluch/master

ssl_insecure added to option_whitelist because it was missing
This commit is contained in:
Thomas Kriechbaumer 2019-09-28 11:29:54 +02:00 committed by GitHub
commit e791720920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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