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

system.browser.stealth

Hierarchy

  • BrowserStealthConfig

Properties

consoleErrorSanitize: BrowserStealthRule[]

Default:

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


List of rules for which url Error objects passed to console.
methods should be sanitized so that the DevTools/CDP inspector cannot trigger detector-installed getters on Error.stack (used by sites like devicebrowserinfo and pixelscan to detect remote debugging).

system.browser.stealth.consoleErrorSanitize

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": false
  }
]


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