WT-2955 fix RST formatting pt. 3

This commit is contained in:
Gretchen Miller 2024-09-23 15:30:25 -07:00
parent e9d71332a8
commit f123d34e12

View File

@ -199,6 +199,7 @@ There are two expected keys in a MIME type filter block:
* ``type``: The type of filtering logic to apply. Two values are supported.
Valid values for ``type`` key:
* ``REJECT``: Any Content-Type header value matching the regex will be rejected.
* ``LIMIT``: Only Content-Type values matching the regex will be allowed.