Expand description

Configuration module for browser profile services.

This module contains the core configuration types and implementations for managing browser profiles, including fingerprinting data and browser-specific settings.

Re-exportsยง

Modulesยง

  • additional ๐Ÿ”’
    Browser profile additional configuration module
  • consts ๐Ÿ”’
  • dolphin_specific ๐Ÿ”’
  • fonts ๐Ÿ”’
    Module for handling browser font configurations across different platforms. Currently returns an empty font list as the font formation logic is commented out.
  • geolocation ๐Ÿ”’
    Geolocation configuration module for browser profiles.
  • hints ๐Ÿ”’
    Configuration for browser hints and capabilities. This module handles browser-specific information like architecture, platform details, and user agent strings that help identify the browser profile.
  • media_devices ๐Ÿ”’
    Media devices configuration module for browser profiles.
  • navigator ๐Ÿ”’
    Navigator configuration module for browser profiles.
  • passwords ๐Ÿ”’
  • ports ๐Ÿ”’
    Port protection configuration module
  • screen ๐Ÿ”’
  • synchronize ๐Ÿ”’
    Module for handling browser synchronization configurations across different platforms.
  • videocard ๐Ÿ”’
    Configuration for graphics-related browser capabilities
  • voices ๐Ÿ”’
    Configuration for text-to-speech voices and speech synthesis

Structsยง

Traitsยง

  • FromStartRequest ๐Ÿ”’
    Trait for converting browser profile data and start request into configuration types.
  • A data structure that can be serialized into any data format supported by Serde.

Derive Macrosยง