URL based filter configuration.
Path:

webFilter.urlFilter

Hierarchy

  • URLFilterConfig

Properties

authentication: boolean

Default: false

True when user authentication is enabled which allows users to be granted access.

webFilter.urlFilter.authentication

defaultBehavior: FilterBehavior

Default: "Grant"

Default behavior for unknown URLs.

webFilter.urlFilter.defaultBehavior

deniedUrls: URLFilter[]

Default: []

URLs which are forbidden.

webFilter.urlFilter.deniedUrls

enabled: boolean

Default: true

True when the URL filter is enabled.

webFilter.urlFilter.enabled

grantedForUsersUrls: URLFilterUserURLConfig[]

Default: []

List of URLs which are granted to a set of users.

webFilter.urlFilter.grantedForUsersUrls

grantedUrls: URLFilter[]

Default: []

URLs which are allowed.

webFilter.urlFilter.grantedUrls

ignoreSubFramesWhenParentIsAllowed: boolean

Default: true

True when sub frames are automatically allowed when the parent frame is explicitely allowed.

webFilter.urlFilter.ignoreSubFramesWhenParentIsAllowed

showBlockDialog: boolean

Default: true

True when the the block dialog should be displayed after an URL has been blocked.

webFilter.urlFilter.showBlockDialog

urlListFilters: URLFilterURLListConfig[]

Default: []

List of URL filter lists.

webFilter.urlFilter.urlListFilters

Generated using TypeDoc