- Property Manager name: Content Type
- Criteria version: The
v2023-01-05
rule format supports thecontent_type
criteria v1.1. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Matches the HTTP response header's Content-Type
.
Option | Type | Description | Requires | |
---|---|---|---|---|
match_operator | 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} | |
match_wildcard | boolean | Allows | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
match_case_sensitive | boolean | Sets a case-sensitive match for all | {"displayType":"boolean","tag":"input","type":"checkbox"} |