Skip to content

Release v0.0.10-rc3

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 13:45
· 7 commits to main since this release

Full Changelog: v0.0.10-rc2...v0.0.10-rc3

New Environment Variable

ZO_CHROME_ADDITIONAL_ARGS - Default is empty string. Accepts , separated chromium arguments.
For example -

ZO_CHROME_ADDITIONAL_ARGS = "--disable-web-security,--ignore-certificate-errors"

ZO_CHROME_DISABLE_DEFAULT_ARGS. Default is false, disables the default chrome arguments if true. Default chrome arguments -

"--disable-background-networking",
    "--enable-features=NetworkService,NetworkServiceInProcess",
    "--disable-background-timer-throttling",
    "--disable-backgrounding-occluded-windows",
    "--disable-breakpad",
    "--disable-client-side-phishing-detection",
    "--disable-component-extensions-with-background-pages",
    "--disable-default-apps",
    "--disable-dev-shm-usage",
    "--disable-extensions",
    "--disable-features=TranslateUI",
    "--disable-hang-monitor",
    "--disable-ipc-flooding-protection",
    "--disable-popup-blocking",
    "--disable-prompt-on-repost",
    "--disable-renderer-backgrounding",
    "--disable-sync",
    "--force-color-profile=srgb",
    "--metrics-recording-only",
    "--no-first-run",
    "--enable-automation",
    "--password-store=basic",
    "--use-mock-keychain",
    "--enable-blink-features=IdleDetection",
    "--lang=en_US",