group-name

Use the group-name stanza entry to configure the group name that WebSEAL uses for a particular user-agent string.

Syntax

group-name = pattern

Description

Use this stanza to specify a list of group names and patterns for the user-agent strings to match. You can repeat a group name so that multiple patterns match a single group. The patterns are evaluated in the order of their definition. These groups can then be referenced elsewhere in the configuration, namely in the '[cookie-attributes]' stanza.

Options

pattern
The user agent string which matches the user agents to be included in the group. The '*' and '?' pattern matching characters are supported.

Usage

This stanza entry is optional.

Default value

None

Example

In this example, a group is constructed which consists of user agents which are incompatible with the SameSite=None cookie attribute.
unsupported-same-site = *CPU iPhone OS 12*
unsupported-same-site = *iPad; CPU OS 12*
unsupported-same-site = *Macintosh; Intel Mac OS X 10_14*Safari*
unsupported-same-site = *Chrome/5*
unsupported-same-site = *Chrome/6*