@duckduckgo/privacy-dashboard
    Preparing search index...
    interface SetListOptions {
        lists: {
            domain: string;
            list: "allowlisted" | "denylisted";
            value: boolean;
        }[];
    }
    Index

    Properties

    Properties

    lists: { domain: string; list: "allowlisted" | "denylisted"; value: boolean }[]

    Type Declaration

    • domain: string
    • list: "allowlisted" | "denylisted"

      allowlist if this domain should be added/removed from the users allowlist. denylist if this domain should be added/removed from the users denylist (remote overrides)

    • value: boolean