<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>BotBrowser 博客</title>
    <description>关于指纹、跨平台一致性、部署与自动化的隐私优先浏览器指南。</description>
    <link>https://botbrowser.io/zh/blog/</link>
    <language>zh-cn</language>
    <lastBuildDate>Thu, 02 Apr 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://botbrowser.io/zh/feed.xml" rel="self" type="application/rss+xml" />
    
        <item>
          <title>Client Hints 指纹识别: HTTP 头部如何暴露浏览器身份</title>
          <description>sec-ch-ua 等 Client Hints 头部在每次 HTTP 请求中暴露浏览器品牌、版本、平台和设备信息。了解这些头部中的不一致性如何产生可追踪信号，以及如何保持一致性。</description>
          <link>https://botbrowser.io/zh/blog/client-hints-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/client-hints-fingerprinting/</guid>
          <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
          
          <category>client hints</category>
          <category>sec-ch-ua</category>
          <category>fingerprinting</category>
          <category>GREASE</category>
          <category>user agent</category>
          <category>privacy</category>
          <category>browser identity</category>
          <category>HTTP headers</category>
        </item>
      
        <item>
          <title>文本测量指纹识别: 亚像素字体度量作为追踪信号</title>
          <description>Canvas measureText() 返回的文本宽度值具有亚像素精度，由于字体渲染引擎的差异，这些值在不同操作系统之间各不相同。了解这些微小的数值差异如何成为可靠的平台指纹信号。</description>
          <link>https://botbrowser.io/zh/blog/text-measurement-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/text-measurement-fingerprinting/</guid>
          <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
          
          <category>text measurement</category>
          <category>measureText</category>
          <category>fingerprinting</category>
          <category>font metrics</category>
          <category>canvas</category>
          <category>sub-pixel</category>
          <category>privacy</category>
          <category>cross-platform</category>
        </item>
      
        <item>
          <title>WebRTC 编解码器指纹识别: 当媒体能力暴露你的平台信息</title>
          <description>通过 getCapabilities() 和 SDP offer 进行的 WebRTC 编解码器枚举会暴露因操作系统而异的硬件媒体能力。了解编解码器列表如何成为平台指纹，以及如何加以控制。</description>
          <link>https://botbrowser.io/zh/blog/webrtc-codec-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/webrtc-codec-fingerprinting/</guid>
          <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
          
          <category>webrtc</category>
          <category>codec</category>
          <category>fingerprinting</category>
          <category>SDP</category>
          <category>getCapabilities</category>
          <category>H264</category>
          <category>H265</category>
          <category>privacy</category>
          <category>platform detection</category>
        </item>
      
        <item>
          <title>引擎级 vs API 级指纹保护：为什么架构选择至关重要</title>
          <description>对比三种浏览器指纹保护架构：浏览器扩展、JS 注入/隐身插件、引擎级修改。了解为什么只有引擎级控制才能在所有指纹信号上实现完整一致性。</description>
          <link>https://botbrowser.io/zh/blog/engine-level-vs-api-level-protection/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/engine-level-vs-api-level-protection/</guid>
          <pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate>
          
          <category>fingerprint protection</category>
          <category>browser engine</category>
          <category>stealth plugin</category>
          <category>browser extension</category>
          <category>privacy</category>
          <category>architecture comparison</category>
          <category>consistency</category>
          <category>puppeteer</category>
          <category>playwright</category>
        </item>
      
        <item>
          <title>合成浏览历史：生成真实的浏览器历史记录</title>
          <description>如何向浏览器配置文件注入真实的浏览历史，支持自定义历史深度控制，以匹配真实用户行为的自然使用模式。</description>
          <link>https://botbrowser.io/zh/blog/history-injection/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/history-injection/</guid>
          <pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate>
          
          <category>history</category>
          <category>injection</category>
          <category>identity</category>
          <category>browsing</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>Per-Context Proxy：为每个浏览器上下文配置独立的网络身份</title>
          <description>为每个 BrowserContext 配置独立的代理和地理身份。在单个浏览器实例中运行多个区域，自动对齐时区、地区和语言设置。</description>
          <link>https://botbrowser.io/zh/blog/per-context-proxy/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/per-context-proxy/</guid>
          <pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate>
          
          <category>proxy</category>
          <category>per-context</category>
          <category>network</category>
          <category>isolation</category>
          <category>geographic-identity</category>
          <category>multi-region</category>
        </item>
      
        <item>
          <title>性能时间指纹识别：硬件信号如何追踪你</title>
          <description>Performance.now() 精度、硬件并发数和设备内存如何成为追踪信号，以及如何在引擎级别控制它们。</description>
          <link>https://botbrowser.io/zh/blog/performance-timing-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/performance-timing-fingerprinting/</guid>
          <pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate>
          
          <category>performance</category>
          <category>timing</category>
          <category>fingerprinting</category>
          <category>privacy</category>
          <category>cpu</category>
          <category>hardware</category>
          <category>time-seed</category>
        </item>
      
        <item>
          <title>扩展浏览器上下文：在单台机器上运行 100+ 指纹身份</title>
          <description>如何使用 Per-Context Fingerprint 架构运行 100+ 个具有独立指纹的并发浏览器上下文。包含基准测试数据、Puppeteer 示例和生产环境优化建议。</description>
          <link>https://botbrowser.io/zh/blog/scaling-browser-contexts/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/scaling-browser-contexts/</guid>
          <pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate>
          
          <category>scaling</category>
          <category>per-context</category>
          <category>deployment</category>
          <category>performance</category>
          <category>production</category>
          <category>fingerprint isolation</category>
          <category>browser contexts</category>
        </item>
      
        <item>
          <title>UDP over SOCKS5：隧道转发 QUIC 和 STUN 流量防止 IP 泄露</title>
          <description>UDP over SOCKS5 代理隧道完整指南。了解 QUIC 和 WebRTC STUN 流量如何泄露真实 IP，以及 BotBrowser 如何自动通过 SOCKS5 隧道传输 UDP 流量。</description>
          <link>https://botbrowser.io/zh/blog/udp-over-socks5/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/udp-over-socks5/</guid>
          <pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate>
          
          <category>udp</category>
          <category>socks5</category>
          <category>quic</category>
          <category>webrtc</category>
          <category>stun</category>
          <category>proxy</category>
          <category>privacy</category>
          <category>network</category>
        </item>
      
        <item>
          <title>浏览器自动化 CLI 食谱: 实用命令示例</title>
          <description>即复即用的 CLI 食谱, 从基本启动到使用指纹配置文件的多实例生产部署。</description>
          <link>https://botbrowser.io/zh/blog/cli-recipes/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/cli-recipes/</guid>
          <pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate>
          
          <category>cli</category>
          <category>recipes</category>
          <category>flags</category>
          <category>configuration</category>
          <category>getting-started</category>
        </item>
      
        <item>
          <title>Headless 浏览器截图：最佳实践和技巧</title>
          <description>如何在 headless 模式下捕获一致、高质量的截图，涵盖视口、DPI、格式、时机和全页面捕获。</description>
          <link>https://botbrowser.io/zh/blog/screenshot-best-practices/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/screenshot-best-practices/</guid>
          <pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate>
          
          <category>screenshot</category>
          <category>headless</category>
          <category>deployment</category>
          <category>best-practices</category>
          <category>production</category>
        </item>
      
        <item>
          <title>浏览器自动化性能：大规模优化指南</title>
          <description>在大规模运行浏览器自动化时，优化内存、CPU、网络吞吐量和实例密度的实用技巧。</description>
          <link>https://botbrowser.io/zh/blog/performance-optimization/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/performance-optimization/</guid>
          <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
          
          <category>performance</category>
          <category>optimization</category>
          <category>speed</category>
          <category>deployment</category>
          <category>production</category>
        </item>
      
        <item>
          <title>设备仿真指南：移动、平板和桌面配置文件</title>
          <description>如何仿真完整的设备身份，包括触摸事件、屏幕指标和移动 UA，以实现真实的移动和桌面配置文件。</description>
          <link>https://botbrowser.io/zh/blog/device-emulation/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/device-emulation/</guid>
          <pubDate>Wed, 28 Jan 2026 00:00:00 GMT</pubDate>
          
          <category>device</category>
          <category>emulation</category>
          <category>touch</category>
          <category>mobile</category>
          <category>platform</category>
        </item>
      
        <item>
          <title>Ubuntu Headless 浏览器设置: 完整服务器指南</title>
          <description>如何在 Ubuntu 上设置 headless 浏览器自动化, 包括 Xvfb、系统依赖、systemd 服务和生产配置。</description>
          <link>https://botbrowser.io/zh/blog/headless-server-setup/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/headless-server-setup/</guid>
          <pubDate>Wed, 21 Jan 2026 00:00:00 GMT</pubDate>
          
          <category>headless</category>
          <category>ubuntu</category>
          <category>server</category>
          <category>deployment</category>
          <category>linux</category>
        </item>
      
        <item>
          <title>浏览器配置文件中的 CJK 字体渲染：中日韩文</title>
          <description>如何处理中文、日文和韩文字体环境，实现跨不同平台和区域的一致配置文件输出。</description>
          <link>https://botbrowser.io/zh/blog/cjk-font-rendering/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/cjk-font-rendering/</guid>
          <pubDate>Wed, 14 Jan 2026 00:00:00 GMT</pubDate>
          
          <category>cjk</category>
          <category>fonts</category>
          <category>chinese</category>
          <category>japanese</category>
          <category>rendering</category>
        </item>
      
        <item>
          <title>Docker 浏览器自动化：部署与扩展指南</title>
          <description>在 Docker 容器中部署浏览器自动化，包含 Dockerfile 示例、Compose 扩展、卷挂载和生产最佳实践。</description>
          <link>https://botbrowser.io/zh/blog/docker-deployment-guide/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/docker-deployment-guide/</guid>
          <pubDate>Wed, 07 Jan 2026 00:00:00 GMT</pubDate>
          
          <category>docker</category>
          <category>deployment</category>
          <category>server</category>
          <category>automation</category>
          <category>devops</category>
        </item>
      
        <item>
          <title>Widevine DRM 设置：Headless 浏览器视频播放</title>
          <description>如何在 headless 浏览器中配置 Widevine DRM，用于访问受保护的视频内容、流媒体和视频自动化工作流程。</description>
          <link>https://botbrowser.io/zh/blog/widevine-drm-setup/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/widevine-drm-setup/</guid>
          <pubDate>Fri, 02 Jan 2026 00:00:00 GMT</pubDate>
          
          <category>widevine</category>
          <category>drm</category>
          <category>video</category>
          <category>streaming</category>
          <category>platform</category>
        </item>
      
        <item>
          <title>Android 浏览器模拟: 在桌面运行移动配置文件</title>
          <description>如何在桌面系统上运行 Android Chrome 和 WebView 浏览器配置文件, 实现一致的移动触摸事件、屏幕指标和 UA 字符串。</description>
          <link>https://botbrowser.io/zh/blog/android-emulation/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/android-emulation/</guid>
          <pubDate>Tue, 23 Dec 2025 00:00:00 GMT</pubDate>
          
          <category>android</category>
          <category>emulation</category>
          <category>mobile</category>
          <category>platform</category>
          <category>webview</category>
        </item>
      
        <item>
          <title>在 macOS 和 Linux 上运行 Windows 浏览器配置文件</title>
          <description>如何在 macOS 或 Linux 上运行时呈现完整的 Windows 浏览器身份，所有平台信号在引擎级别控制。</description>
          <link>https://botbrowser.io/zh/blog/windows-on-mac-linux/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/windows-on-mac-linux/</guid>
          <pubDate>Tue, 16 Dec 2025 00:00:00 GMT</pubDate>
          
          <category>windows</category>
          <category>macos</category>
          <category>linux</category>
          <category>cross-platform</category>
          <category>profiles</category>
        </item>
      
        <item>
          <title>跨平台浏览器配置文件：在任何操作系统上保持相同身份</title>
          <description>如何在 Windows、macOS 和 Linux 上运行相同的浏览器指纹配置文件，同时在每个平台上维护一致的身份。</description>
          <link>https://botbrowser.io/zh/blog/cross-platform-browser-profiles/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/cross-platform-browser-profiles/</guid>
          <pubDate>Tue, 09 Dec 2025 00:00:00 GMT</pubDate>
          
          <category>cross-platform</category>
          <category>windows</category>
          <category>macos</category>
          <category>linux</category>
          <category>profiles</category>
        </item>
      
        <item>
          <title>噪声种子详解:确定性 RNG 如何控制指纹</title>
          <description>深入探讨确定性噪声种子如何在会话和 CI/CD 管道中产生一致的 Canvas、WebGL 和 Audio 指纹。</description>
          <link>https://botbrowser.io/zh/blog/noise-seed-reproducibility/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/noise-seed-reproducibility/</guid>
          <pubDate>Tue, 25 Nov 2025 00:00:00 GMT</pubDate>
          
          <category>noise-seed</category>
          <category>deterministic</category>
          <category>fingerprinting</category>
          <category>reproducibility</category>
          <category>privacy</category>
          <category>ci-cd</category>
        </item>
      
        <item>
          <title>浏览器书签注入：自动预填充书签</title>
          <description>如何在自动化工作流中以编程方式预填充浏览器书签，打造完整、真实的浏览器身份。</description>
          <link>https://botbrowser.io/zh/blog/bookmark-injection/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/bookmark-injection/</guid>
          <pubDate>Tue, 18 Nov 2025 00:00:00 GMT</pubDate>
          
          <category>bookmarks</category>
          <category>injection</category>
          <category>identity</category>
          <category>browser</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>浏览器 Cookie 管理：多身份工作流指南</title>
          <description>如何管理 Cookie 以实现会话持久化、跨会话连续性以及按身份隔离的自动化浏览器工作流。</description>
          <link>https://botbrowser.io/zh/blog/cookie-management/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/cookie-management/</guid>
          <pubDate>Tue, 11 Nov 2025 00:00:00 GMT</pubDate>
          
          <category>cookies</category>
          <category>management</category>
          <category>identity</category>
          <category>session</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>为什么隐身模式无法防御指纹追踪</title>
          <description>隐身模式会清除 Cookie,但不会改变你的浏览器指纹。了解为什么隐私浏览不足以实现真正的隐私保护。</description>
          <link>https://botbrowser.io/zh/blog/incognito-detection/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/incognito-detection/</guid>
          <pubDate>Tue, 04 Nov 2025 00:00:00 GMT</pubDate>
          
          <category>incognito</category>
          <category>private-browsing</category>
          <category>detection</category>
          <category>identity</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>时区、区域设置和语言指纹识别：完整指南</title>
          <description>时区、区域设置和语言设置如何创建地理指纹，以及如何一致地配置它们以实现完整的身份控制。</description>
          <link>https://botbrowser.io/zh/blog/timezone-locale-language/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/timezone-locale-language/</guid>
          <pubDate>Tue, 28 Oct 2025 00:00:00 GMT</pubDate>
          
          <category>timezone</category>
          <category>locale</category>
          <category>language</category>
          <category>identity</category>
          <category>geolocation</category>
        </item>
      
        <item>
          <title>User-Agent 和 Client Hints (UA-CH)：完整控制指南</title>
          <description>User-Agent 字符串、Client Hints 头和 navigator.userAgentData 如何协同工作，以及如何在引擎级别一致地管理它们。</description>
          <link>https://botbrowser.io/zh/blog/custom-user-agent/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/custom-user-agent/</guid>
          <pubDate>Wed, 22 Oct 2025 00:00:00 GMT</pubDate>
          
          <category>user-agent</category>
          <category>client-hints</category>
          <category>identity</category>
          <category>ua-ch</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>浏览器品牌切换：Chrome、Edge、Brave 身份控制</title>
          <description>如何在 Chrome、Edge、Brave 和 Opera 浏览器身份之间切换，确保 UA、Client Hints 和 navigator API 的完整信号一致性。</description>
          <link>https://botbrowser.io/zh/blog/browser-brand-switching/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/browser-brand-switching/</guid>
          <pubDate>Wed, 15 Oct 2025 00:00:00 GMT</pubDate>
          
          <category>browser-brand</category>
          <category>chrome</category>
          <category>edge</category>
          <category>brave</category>
          <category>identity</category>
        </item>
      
        <item>
          <title>端口扫描保护：阻止网站探测你的网络</title>
          <description>网站如何使用 JavaScript 探测本地网络端口并检测服务，以及如何在浏览器级别阻止端口扫描。</description>
          <link>https://botbrowser.io/zh/blog/port-protection/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/port-protection/</guid>
          <pubDate>Wed, 08 Oct 2025 00:00:00 GMT</pubDate>
          
          <category>port</category>
          <category>scanning</category>
          <category>protection</category>
          <category>network</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>多账户浏览器隔离:独立身份指南</title>
          <description>如何运行多个隔离的浏览器身份,每个具有独立的指纹、代理、存储和地理设置。</description>
          <link>https://botbrowser.io/zh/blog/multi-account-browser-isolation/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/multi-account-browser-isolation/</guid>
          <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
          
          <category>multi-account</category>
          <category>isolation</category>
          <category>per-context</category>
          <category>identity</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>自定义 HTTP 头：如何在浏览器中控制请求头</title>
          <description>如何在浏览器引擎级别设置自定义 HTTP 头，以在所有网络请求中实现一致的请求身份。</description>
          <link>https://botbrowser.io/zh/blog/custom-http-headers/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/custom-http-headers/</guid>
          <pubDate>Tue, 23 Sep 2025 00:00:00 GMT</pubDate>
          
          <category>http-headers</category>
          <category>custom-headers</category>
          <category>network</category>
          <category>privacy</category>
          <category>request</category>
        </item>
      
        <item>
          <title>动态代理切换：按上下文代理配置指南</title>
          <description>如何配置运行时代理切换和按上下文代理设置，以同时管理多个网络身份。</description>
          <link>https://botbrowser.io/zh/blog/dynamic-proxy-switching/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/dynamic-proxy-switching/</guid>
          <pubDate>Tue, 16 Sep 2025 00:00:00 GMT</pubDate>
          
          <category>proxy</category>
          <category>dynamic</category>
          <category>switching</category>
          <category>per-context</category>
          <category>network</category>
        </item>
      
        <item>
          <title>DNS 泄露防护：保护你的浏览活动隐私</title>
          <description>DNS 泄露如何暴露你的浏览活动和真实位置，以及如何通过代理路由 DNS 解析以实现完整的隐私保护。</description>
          <link>https://botbrowser.io/zh/blog/dns-leak-prevention/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/dns-leak-prevention/</guid>
          <pubDate>Tue, 09 Sep 2025 00:00:00 GMT</pubDate>
          
          <category>dns</category>
          <category>leak-prevention</category>
          <category>proxy</category>
          <category>privacy</category>
          <category>network</category>
        </item>
      
        <item>
          <title>协议处理器检测：网站如何检测你安装的应用</title>
          <description>mailto: 和 slack: 等 URL 协议处理器如何揭示已安装应用用于指纹识别，以及如何控制协议响应。</description>
          <link>https://botbrowser.io/zh/blog/url-protocol-detection/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/url-protocol-detection/</guid>
          <pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate>
          
          <category>url</category>
          <category>protocol</category>
          <category>handler</category>
          <category>fingerprinting</category>
          <category>privacy</category>
          <category>application-detection</category>
        </item>
      
        <item>
          <title>WebRTC IP 泄漏：什么是 WebRTC 泄漏以及如何防护</title>
          <description>WebRTC 如何通过 ICE 候选暴露你的真实 IP 地址，以及如何在保持功能的同时防护 WebRTC 泄漏。</description>
          <link>https://botbrowser.io/zh/blog/webrtc-leak-prevention/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/webrtc-leak-prevention/</guid>
          <pubDate>Tue, 26 Aug 2025 00:00:00 GMT</pubDate>
          
          <category>webrtc</category>
          <category>ip-leak</category>
          <category>proxy</category>
          <category>privacy</category>
          <category>network</category>
        </item>
      
        <item>
          <title>存储配额指纹识别：磁盘大小如何暴露你的身份</title>
          <description>StorageManager.estimate() 如何暴露磁盘大小作为追踪信号，以及如何在浏览器引擎级别控制存储配额响应。</description>
          <link>https://botbrowser.io/zh/blog/storage-quota-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/storage-quota-fingerprinting/</guid>
          <pubDate>Tue, 19 Aug 2025 00:00:00 GMT</pubDate>
          
          <category>storage</category>
          <category>quota</category>
          <category>fingerprinting</category>
          <category>privacy</category>
          <category>indexeddb</category>
          <category>disk</category>
        </item>
      
        <item>
          <title>浏览器代理配置：SOCKS5、HTTP 和 HTTPS 指南</title>
          <description>配置 SOCKS5、HTTP 和 HTTPS 代理的完整指南，包含嵌入凭据、地理位置匹配和选择性路由。</description>
          <link>https://botbrowser.io/zh/blog/proxy-configuration/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/proxy-configuration/</guid>
          <pubDate>Tue, 12 Aug 2025 00:00:00 GMT</pubDate>
          
          <category>proxy</category>
          <category>socks5</category>
          <category>http</category>
          <category>network</category>
          <category>configuration</category>
        </item>
      
        <item>
          <title>Network Information API 指纹:连接类型作为身份标识</title>
          <description>navigator.connection 属性(如 effectiveType、RTT 和 downlink)如何创建网络指纹,以及如何控制它们。</description>
          <link>https://botbrowser.io/zh/blog/network-info-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/network-info-fingerprinting/</guid>
          <pubDate>Tue, 05 Aug 2025 00:00:00 GMT</pubDate>
          
          <category>network-info</category>
          <category>connection</category>
          <category>rtt</category>
          <category>fingerprinting</category>
          <category>privacy</category>
          <category>downlink</category>
        </item>
      
        <item>
          <title>DRM 指纹追踪：EME 和 Widevine 信号如何追踪你</title>
          <description>加密媒体扩展和 Widevine DRM 能力信号如何创建指纹向量，以及如何在引擎级别控制 DRM 身份。</description>
          <link>https://botbrowser.io/zh/blog/drm-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/drm-fingerprinting/</guid>
          <pubDate>Wed, 30 Jul 2025 00:00:00 GMT</pubDate>
          
          <category>drm</category>
          <category>widevine</category>
          <category>eme</category>
          <category>fingerprinting</category>
          <category>privacy</category>
          <category>encrypted-media</category>
        </item>
      
        <item>
          <title>MIME 类型与编解码器指纹:媒体支持如何追踪你</title>
          <description>MediaCapabilities、canPlayType 和编解码器支持查询如何创建唯一指纹,以及控制媒体格式身份的技术。</description>
          <link>https://botbrowser.io/zh/blog/mime-codec-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/mime-codec-fingerprinting/</guid>
          <pubDate>Tue, 22 Jul 2025 00:00:00 GMT</pubDate>
          
          <category>mime</category>
          <category>codec</category>
          <category>media</category>
          <category>fingerprinting</category>
          <category>privacy</category>
          <category>mediacapabilities</category>
        </item>
      
        <item>
          <title>语音合成指纹识别：语音列表如何识别你的操作系统</title>
          <description>SpeechSynthesis API 语音列表如何揭示你的操作系统和平台，以及控制基于语音的指纹信号的技术。</description>
          <link>https://botbrowser.io/zh/blog/speech-synthesis-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/speech-synthesis-fingerprinting/</guid>
          <pubDate>Wed, 16 Jul 2025 00:00:00 GMT</pubDate>
          
          <category>speech-synthesis</category>
          <category>fingerprinting</category>
          <category>privacy</category>
          <category>tts</category>
          <category>voice</category>
          <category>platform</category>
        </item>
      
        <item>
          <title>帧率指纹: 显示器刷新率如何追踪你</title>
          <description>requestAnimationFrame 时序和显示器刷新率如何创建指纹信号, 以及在引擎级别控制帧率的技术。</description>
          <link>https://botbrowser.io/zh/blog/fps-control/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/fps-control/</guid>
          <pubDate>Tue, 08 Jul 2025 00:00:00 GMT</pubDate>
          
          <category>fps</category>
          <category>frame-rate</category>
          <category>requestAnimationFrame</category>
          <category>fingerprinting</category>
          <category>privacy</category>
          <category>display</category>
        </item>
      
        <item>
          <title>WebGPU 指纹识别：下一代 GPU 追踪</title>
          <description>WebGPU API 如何暴露 GPU 适配器详情用于指纹识别，以及如何在浏览器引擎级别控制 GPU 身份信号。</description>
          <link>https://botbrowser.io/zh/blog/webgpu-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/webgpu-fingerprinting/</guid>
          <pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate>
          
          <category>webgpu</category>
          <category>fingerprinting</category>
          <category>gpu</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>栈深度指纹识别：递归限制如何识别浏览器</title>
          <description>JavaScript 栈深度和递归限制如何因浏览器和平台不同而创建指纹，以及如何控制栈行为。</description>
          <link>https://botbrowser.io/zh/blog/stack-depth-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/stack-depth-fingerprinting/</guid>
          <pubDate>Tue, 24 Jun 2025 00:00:00 GMT</pubDate>
          
          <category>stack-depth</category>
          <category>fingerprinting</category>
          <category>recursion</category>
          <category>javascript</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>CSS 指纹追踪：样式表和媒体查询如何追踪你</title>
          <description>CSS 媒体查询（如 color-depth 和 prefers-color-scheme）如何创建指纹信号，以及如何确保一致的 CSS 身份。</description>
          <link>https://botbrowser.io/zh/blog/css-based-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/css-based-fingerprinting/</guid>
          <pubDate>Wed, 18 Jun 2025 00:00:00 GMT</pubDate>
          
          <category>css</category>
          <category>fingerprinting</category>
          <category>media-queries</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>确定性浏览器模式：跨会话可重现的指纹</title>
          <description>如何使用噪声种子控制在不同会话间产生相同的浏览器指纹，实现一致的 Canvas、WebGL 和 Audio 输出。</description>
          <link>https://botbrowser.io/zh/blog/deterministic-mode/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/deterministic-mode/</guid>
          <pubDate>Tue, 10 Jun 2025 00:00:00 GMT</pubDate>
          
          <category>deterministic</category>
          <category>noise-seed</category>
          <category>reproducibility</category>
          <category>fingerprinting</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>屏幕和窗口指纹追踪：显示属性如何追踪你</title>
          <description>屏幕分辨率、色深和窗口尺寸如何创建唯一的指纹信号，以及如何控制显示身份。</description>
          <link>https://botbrowser.io/zh/blog/screen-window-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/screen-window-fingerprinting/</guid>
          <pubDate>Tue, 03 Jun 2025 00:00:00 GMT</pubDate>
          
          <category>screen</category>
          <category>window</category>
          <category>fingerprinting</category>
          <category>display</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>WebAuthn 指纹识别：FIDO2 API 如何暴露你的身份</title>
          <description>WebAuthn 和 FIDO2 认证器能力如何成为指纹向量，以及控制认证信号的技术。</description>
          <link>https://botbrowser.io/zh/blog/webauthn-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/webauthn-fingerprinting/</guid>
          <pubDate>Wed, 28 May 2025 00:00:00 GMT</pubDate>
          
          <category>webauthn</category>
          <category>fido</category>
          <category>fingerprinting</category>
          <category>authentication</category>
          <category>privacy</category>
          <category>passkeys</category>
        </item>
      
        <item>
          <title>Navigator 属性指纹:你的浏览器暴露了什么</title>
          <description>navigator.platform、hardwareConcurrency 和 deviceMemory 如何暴露你的身份,以及如何确保一致的 navigator 属性。</description>
          <link>https://botbrowser.io/zh/blog/navigator-properties-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/navigator-properties-fingerprinting/</guid>
          <pubDate>Wed, 21 May 2025 00:00:00 GMT</pubDate>
          
          <category>navigator</category>
          <category>fingerprinting</category>
          <category>browser-identity</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>CPU 核心指纹：hardwareConcurrency 如何追踪你</title>
          <description>navigator.hardwareConcurrency 如何暴露你的 CPU 核心数用于指纹追踪，以及在所有上下文中控制核心数报告的技术方案。</description>
          <link>https://botbrowser.io/zh/blog/cpu-core-scaling/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/cpu-core-scaling/</guid>
          <pubDate>Wed, 14 May 2025 00:00:00 GMT</pubDate>
          
          <category>cpu</category>
          <category>fingerprinting</category>
          <category>hardwareConcurrency</category>
          <category>privacy</category>
        </item>
      
        <item>
          <title>音频指纹详解: AudioContext 如何追踪你</title>
          <description>了解 AudioContext 和 OfflineAudioContext 如何创建独特的音频指纹, 以及如何在浏览器引擎级别控制音频输出。</description>
          <link>https://botbrowser.io/zh/blog/audio-fingerprinting/</link>
          <guid isPermaLink="true">https://botbrowser.io/zh/blog/audio-fingerprinting/</guid>
          <pubDate>Thu, 08 May 2025 00:00:00 GMT</pubDate>
          
          <category>audio</category>
          <category>fingerprinting</category>
          <category>audiocontext</category>
          <category>privacy</category>
        </item>
      
  </channel>
</rss>