This commit is contained in:
Miroslav Stampar
2019-03-19 14:07:39 +01:00
parent 340e250fb1
commit 87237c82d3
9 changed files with 72 additions and 79 deletions

View File

@@ -190,6 +190,10 @@ csrfUrl =
# Valid: True or False
forceSSL = False
# Use HTTP Chunked transfer encoding method.
# Valid: True or False
chunked = False
# Use HTTP parameter pollution.
# Valid: True or False
hpp = False