You can specify patterns for the content filter. There are two types of filters: plain-text filters and regular expressions. These patterns can be disabled without deleting them from the configuration.
Property Name | Description |
---|---|
FILTERS | Add REGEXP to the comma separated list to enable. The default value is disabled |
FILTER_PATTERNS | Defines a list of filters, each filter is defined by one pattern/strin, e.g. <pattern or string>|(regexp|text)|(active|inactive) |
REGEX_MATCH_WORDS | If enabled, words will be filtered completely even if the pattern matches only a part of the word. When disabled, only the matched characters will be filtered. Default ist enabled. |