- Property Manager name: Content Type
- Criteria version: The
v2022-10-18
rule format supports thecontentType
criteria v1.1. - Rule format status: Deprecated, outdated rule format
- Access: Read-write
- Allowed in includes: Yes
Matches the HTTP response header's Content-Type
.
Option | Type | Description | Requires | |
---|---|---|---|---|
matchOperator | enum | Matches any | {"displayType":"enum","options":["IS_ONE_OF","IS_NOT_ONE_OF"],"tag":"select"} | |
IS_ONE_OF | Matches any | |||
IS_NOT_ONE_OF | Matches none of the specified | |||
values | string array |
| {"displayType":"string array","tag":"input","todo":true} | |
matchWildcard | boolean | Allows | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
matchCaseSensitive | boolean | Sets a case-sensitive match for all | {"displayType":"boolean","tag":"input","type":"checkbox"} |