src/domains/security

Search:
Group by:

This module provides a direct mapping of CDP events and commands for v1.3 (stable) of the Security Domain.

Procs

proc disableSecurityDomain(context: Browser | Tab): owned(Future[void]) {.
    ...stackTrace: false.}

Security.disable

Disables tracking security state changes.

proc enableSecurityDomain(context: Browser | Tab): owned(Future[void]) {.
    ...stackTrace: false.}

Security.enable

Enables tracking security state changes.

proc setIgnoreCertificateErrors(context: Browser | Tab; ignore: bool): owned(
    Future[void]) {....stackTrace: false.}

Security.setIgnoreCertificateErrors

Enable/disable whether all certificate errors should be ignored.