coraza: add application/json to SecResponseBodyMimeType
This commit is contained in:
@@ -78,7 +78,7 @@ SecResponseBodyAccess On
|
|||||||
# Which response MIME types do you want to inspect? You should adjust the
|
# Which response MIME types do you want to inspect? You should adjust the
|
||||||
# configuration below to catch documents but avoid static files
|
# configuration below to catch documents but avoid static files
|
||||||
# (e.g., images and archives).
|
# (e.g., images and archives).
|
||||||
SecResponseBodyMimeType text/plain text/html text/xml
|
SecResponseBodyMimeType text/plain text/html text/xml application/json
|
||||||
|
|
||||||
# Buffer response bodies of up to 512 KB in length.
|
# Buffer response bodies of up to 512 KB in length.
|
||||||
SecResponseBodyLimit 524288
|
SecResponseBodyLimit 524288
|
||||||
|
|||||||
Reference in New Issue
Block a user