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

    Type Alias UaClientHintsConfigMixin

    UaClientHintsConfigMixin: {
        highEntropyValues: {
            architecture: string;
            bitness: string;
            mobile: boolean;
            model: string;
            platform: string;
            trimBrands: boolean;
            trimFullVersionList: number;
            trimPlatformVersion: number;
            trimUaFullVersion: number;
        };
    }

    Type declaration

    • highEntropyValues: {
          architecture: string;
          bitness: string;
          mobile: boolean;
          model: string;
          platform: string;
          trimBrands: boolean;
          trimFullVersionList: number;
          trimPlatformVersion: number;
          trimUaFullVersion: number;
      }