Add/Edit Tests
- Setting
- Description
-
Name
- The name of the test.
-
Description
- User-readable description of the test, which also appears in
privacy.cfg
. -
ReqField
- Name portion of a name/value pair. This may also be one of the
following reserved names:
-
TL_URLEXT
-
TL_URLTAIL
-
TL_VIRTUALDIR
-
-
ReqOp
- Operation to perform - options are:
-
EQ
or=
-
NE
or != or<>
-
GT
or>
-
LT
or<
-
CONTAINS
-
PARTOF
-
PARTOFLIST
-
-
ReqVal
- Literal value or field name (set
ReqValIsField=True
for field name). WhenReqOp=PARTOFLIST
, this value should specify a list of values separated either by a semicolon or another delimiter (specified usingListDelimiter
). -
ListDelimiter
- The character used to separate list items in
ReqVal
when usingReqOp=PARTOFLIST
. The default is a semicolon (;
). -
ReqValIsField
-
True
orFalse
indicating whetherReqVal
contains a field name. -
CaseSensitive
-
True
orFalse
value indicating whether the searches for field names should be case-sensitive. Default isFalse
. Setting this toTrue
speeds up searches. -
Not
-
True
orFalse
value. IfTrue
, then the result of the test evaluation is inverted (logicalNOT
).