Liking cljdoc? Tell your friends :D

clj-chrome-devtools.commands.security

Security

Security
raw docstring

disableclj

(disable)
(disable {:as params :keys []})
(disable connection {:as params :keys []})

Disables tracking security state changes.

Disables tracking security state changes.
sourceraw docstring

enableclj

(enable)
(enable {:as params :keys []})
(enable connection {:as params :keys []})

Enables tracking security state changes.

Enables tracking security state changes.
sourceraw docstring

handle-certificate-errorclj

(handle-certificate-error)
(handle-certificate-error {:as params :keys [event-id action]})
(handle-certificate-error connection {:as params :keys [event-id action]})

Handles a certificate error that fired a certificateError event.

Parameters map keys:

KeyDescription
:event-idThe ID of the event.
:actionThe action to take on the certificate error.
Handles a certificate error that fired a certificateError event.

Parameters map keys:


  Key       | Description 
  ----------|------------ 
  :event-id | The ID of the event.
  :action   | The action to take on the certificate error.
sourceraw docstring

set-override-certificate-errorsclj

(set-override-certificate-errors)
(set-override-certificate-errors {:as params :keys [override]})
(set-override-certificate-errors connection {:as params :keys [override]})

Enable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with handleCertificateError commands.

Parameters map keys:

KeyDescription
:overrideIf true, certificate errors will be overridden.
Enable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with handleCertificateError commands.

Parameters map keys:


  Key       | Description 
  ----------|------------ 
  :override | If true, certificate errors will be overridden.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close