Skip to content
Snippets Groups Projects
Commit 7f534803 authored by ale's avatar ale
Browse files

Revert "Add application/activity+json to allowed content types"

This reverts commit 9c69d4de.
parent 9c69d4de
No related branches found
No related tags found
No related merge requests found
...@@ -387,13 +387,13 @@ SecAction \ ...@@ -387,13 +387,13 @@ SecAction \
# application/xml|application/soap+xml|application/x-amf|application/json|\ # application/xml|application/soap+xml|application/x-amf|application/json|\
# application/octet-stream|text/plain # application/octet-stream|text/plain
# Uncomment this rule to change the default. # Uncomment this rule to change the default.
SecAction \ #SecAction \
"id:900220,\ # "id:900220,\
phase:1,\ # phase:1,\
nolog,\ # nolog,\
pass,\ # pass,\
t:none,\ # t:none,\
setvar:'tx.allowed_request_content_type=application/x-www-form-urlencoded|multipart/form-data|text/xml|application/xml|application/soap+xml|application/x-amf|application/json|application/octet-stream|text/plain|application/activity+json'" # setvar:'tx.allowed_request_content_type=application/x-www-form-urlencoded|multipart/form-data|text/xml|application/xml|application/soap+xml|application/x-amf|application/json|application/octet-stream|text/plain'"
# Content-Types charsets that a client is allowed to send in a request. # Content-Types charsets that a client is allowed to send in a request.
# Default: utf-8|iso-8859-1|iso-8859-15|windows-1252 # Default: utf-8|iso-8859-1|iso-8859-15|windows-1252
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment