@tauri-apps/plugin-http - v2.5.1
    Preparing search index...

    Interface DangerousSettings

    Configuration for dangerous settings on the client such as disabling SSL verification.

    2.3.0

    interface DangerousSettings {
        acceptInvalidCerts?: boolean;
        acceptInvalidHostnames?: boolean;
    }
    Index

    Properties

    acceptInvalidCerts?: boolean

    Disables SSL verification.

    acceptInvalidHostnames?: boolean

    Disables hostname verification.