Skip to content
Snippets Groups Projects
Commit 524d28fd authored by ale's avatar ale
Browse files

Allow JSON-LD profile spec in request Content-Type

parent 7cb35f29
No related branches found
No related tags found
No related merge requests found
Pipeline #60891 passed
......@@ -394,7 +394,7 @@ SecAction \
nolog,\
pass,\
t:none,\
setvar:'tx.allowed_request_content_type=|application/x-www-form-urlencoded| |multipart/form-data| |multipart/related| |text/xml| |application/xml| |application/soap+xml| |application/x-amf| |application/json| |application/cloudevents+json| |application/cloudevents-batch+json| |application/octet-stream| |application/csp-report| |application/xss-auditor-report| |application/activity+json| |application/ld+json| |text/plain|'"
setvar:'tx.allowed_request_content_type=|application/x-www-form-urlencoded| |multipart/form-data| |multipart/related| |text/xml| |application/xml| |application/soap+xml| |application/x-amf| |application/json| |application/cloudevents+json| |application/cloudevents-batch+json| |application/octet-stream| |application/csp-report| |application/xss-auditor-report| |application/activity+json| |application/ld+json| |application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"| |text/plain|'"
# Allowed HTTP versions.
# Default: HTTP/1.0 HTTP/1.1 HTTP/2 HTTP/2.0
......
  • ale @ale

    mentioned in commit 11ca354d

    ·

    mentioned in commit 11ca354d

    Toggle commit list
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