Configures the content filter.
Path:

webFilter.contentFilter

Hierarchy

  • ContentFilter

Properties

categories: string[]

Default:

[
  "Erotic",
  "BPjS",
  "Extremism",
  "Drugs",
  "Anonymous",
  "Translation/Redirect",
  "Topleveldomain",
  "Forbidden"
]


Contains the categories which should be filtered.

webFilter.contentFilter.categories

enabled: boolean

Default: false

True when the content filtering is active.

webFilter.contentFilter.enabled

exemptUrls: URLFilterPattern[]

Default: []

List of URLs which are exempt from filtering.

webFilter.contentFilter.exemptUrls

showBlockDialog: boolean

Default: true

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

webFilter.contentFilter.showBlockDialog

useDomains: boolean

Default: true

True when domains should be used for filtering.

webFilter.contentFilter.useDomains

useKeywords: boolean

Default: true

True when keywords should be used for filtering.

webFilter.contentFilter.useKeywords

Generated using TypeDoc