Defines how our browser should stealth against bot detection systems.
Path:

system.browser.stealth

Hierarchy

  • BrowserStealthConfig

Properties

iframeContentWindow: BrowserStealthRule[]

Default: []

List of rules for which url the srcdoc attribute of iframes should result in proxied contentWindow value.

system.browser.stealth.iframeContentWindow

navigatorLanguages: BrowserStealthRule[]

Default:

[
  {
    "filter": {
      "url": "*"
    },
    "apply": true
  }
]


List of rules for which url the navigator.language and languages properties contain live values.

system.browser.stealth.navigatorLanguages

sneaky: SneakyConfig

Defines how Sneaky should work with the browser context.

system.browser.stealth.sneaky

Generated using TypeDoc