@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface SSLWrongHost

    interface SSLWrongHost {
        domain: string;
        errorType: "wrongHost";
        eTldPlus1: string;
        kind: "ssl";
    }
    Index

    Properties

    domain: string
    errorType: "wrongHost"
    eTldPlus1: string
    kind: "ssl"