Configures the content filter.
Path:

webFilter.contentFilter

Hierarchy

  • ContentFilterConfig

Properties

categories: string[]

Default:

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


Contains the categories which should be filtered. Possible values: 'Erotic', 'Chats', 'BPjS', 'Extremism', 'Drugs', 'Email', 'Gambling', 'Anonymous', 'Translation/Redirect', 'Topleveldomain' or 'Forbidden'

webFilter.contentFilter.categories

customPatterns: ContentFilterPatternConfig[]

Default: []

Contains a list of custom filter patterns.

webFilter.contentFilter.customPatterns

enabled: boolean

Default: false

True when the content filtering is active.

webFilter.contentFilter.enabled

exemptUrls: URLFilter[]

Default: []

List of URLs which are exempt from filtering.

webFilter.contentFilter.exemptUrls

ignoreSubFramesWhenParentIsAllowed: boolean

Default: true

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

webFilter.contentFilter.ignoreSubFramesWhenParentIsAllowed

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