# 网站图标的数据隐私

{% hint style="success" %}
对应的[官方文档地址](https://bitwarden.com/help/article/website-icons/)
{% endhint %}

当您为存储在 Bitwarden 密码库中的网站登录信息下载图标时，Bitwarden 不会收集任何信息。

## 使用网站图标 <a href="#using-website-icons" id="using-website-icons"></a>

当 Bitwarden 在您的密码库中显示带有关联网站（参阅 [URI 的使用](/docs/password-manager/autofill/troubleshoot-autofill/forming-uris-for-autofill.md)）的[登录项目](/docs/password-manager/your-vault/vault-items/vault-items.md)时，它会尝试为其附带一个图形图标。网站图标可帮助您使用可识别的图标轻松识别密码库中的特定登录，其通常由该网站的徽标或品牌图像表示。

{% hint style="info" %}
在 Android 上，自动填充菜单中的条目不会显示网站图标。
{% endhint %}

### 关于图标服务器 <a href="#about-the-icon-server" id="about-the-icon-server"></a>

Bitwarden 图标服务器为这些网站图标提供传递端点。如果您在设备上使用网站图标，则 Bitwarden 将为您的密码库中具有的 URI 类似于网站（例如 `google.com` 或 `https://google.com`，但不是 `google` 或 `http://localhost`）的类型为「登录」的每个项目，向 `icons.bitwarden.net` 发出请求。

图标服务器前面有一个 CDN，该 CDN 在世界各地的 Cloudflare 边缘节点上缓存图标。对同一图标的后续请求可能会命中 CDN 缓存，而不是直接命中图标服务器。如果在其密码库中具有相同网站的另一个 Bitwarden 用户在您之前请求了该图标，则您的请求可能实际上不会命中 Bitwarden 的图标服务器。

{% hint style="info" %}
如果您是自托管 Bitwarden，图标不会缓存到 CDN。所有请求将始终直接命中您的图标容器。
{% endhint %}

### 隐私问题 <a href="#privacy-considerations" id="privacy-considerations"></a>

由于对图标图像的请求包含存储在您的密码库中的网站的主机名，因此务必了解此功能会将原本受加密保护的信息「泄漏」到 Bitwarden 服务器和/或 CDN 端点，并会在您的本地缓存中显示。图标请求的示例如下所示：

`https://icons.bitwarden.net/google.com/icon.png`

**图标服务器端点不会记录或收集任何有关图标图像请求的信息。**&#x4F46;是，您只能相信我们，因为除了审查我们的[开源代码库](https://github.com/bitwarden)之外，我们没有其他方式可以公开证明这一点。

## 禁用网站图标 <a href="#disabling-website-icons" id="disabling-website-icons"></a>

我们理解某些注重隐私的用户可能不希望使用网站图标功能。我们在所有 Bitwarden 客户端应用程序上提供了禁用网站图标的选项：

* **网页 App：**&#x8BBE;置 → 外观 → 显示网站图标
* **浏览器扩展：**&#x8BBE;置 → 外观 → 显示网站图标
* **移动 App：**&#x8BBE;置 → 外观 → 显示网站图标
* **桌面 App：**&#x8BBE;置 → 选项 → 显示网站图标

禁用网站图标功能后，Bitwarden 会选择为您密码库中的所有登录项目显示一个通用的、本地访问的图标（<img src="/files/-M2rFBRBgk-WZVOGqcnx" alt="" data-size="line">）。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.ppgg.in/docs/security/data/website-icons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
