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.}
-
Disables tracking security state changes.
proc enableSecurityDomain(context: Browser | Tab): owned(Future[void]) {. ...stackTrace: false.}
-
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.