celenityy/Dove

GitHub: celenityy/Dove

Dove 是一套用于增强 Mozilla Thunderbird 隐私和安全性的配置解决方案。

Stars: 22 | Forks: 0

# 鸽子

Dove

**Dove 是一套针对 Mozilla Thunderbird 的配置和高级修改方案,旨在将用户放在首位——专注于隐私、安全、自由、功能性和易用性。** ### 想加入 Dove 社区吗? 我们很乐意在 [Matrix](https://matrix.to/#/#celenity:unredacted.org) *(推荐)* 和 [Discord](https://discord.gg/TsADPVDerv) 上见到你! Dove 通过利用 Thunderbird 的 [AutoConfig](https://enterprise.thunderbird.net/deploy/mcd-thunderbird-autoconfig) 和 [Enterprise Policies](https://github.com/thunderbird/policy-templates/tree/master/templates/central) 功能工作,它安装在你标准的官方 Thunderbird 之上。**这使我们能够提供超越简单 `user.js` 文件的功能,同时避免了使用分支版本的安全风险**。例如,分支版本往往在 Thunderbird 更新方面落后,**这会使用户面临严重且有害的漏洞**。Dove 的方法允许用户继续直接从 Mozilla 接收即时更新。 Dove 的方法还为用户提供了无缝、易于访问和使用的体验。创建 `override` 文件、手动跟踪更新以及重置旧偏好的日子一去不复返了。**Dove 不仅是配置 Thunderbird 最有效、最全面的方法,也是最容易访问和使用的方法。** Dove 对 Thunderbird 的设置和更改是基于广泛的研究以及对 Thunderbird 内部运作的深入研究而仔细考虑的。**有关 Dove 功能和增强的不完整列表,请参见[这里](https://dove.celenity.dev/features)。** **Dove 的设计旨在与电子邮件提供商保持兼容,并尽可能避免破坏性更改,同时与原版 Thunderbird 以及大多数其他电子邮件客户端相比,仍然显著提高了隐私和安全性。** **你也应该在[这里](https://dove.celenity.dev/compare)查看 Dove、标准 Thunderbird、thunderbird-user.js 以及其他类似项目之间的比较。** **Dove 还禁用了各种反功能,并努力将电子邮件体验的控制权交还给用户。** 此外,Dove 在可能且不影响用户隐私或安全的情况下,包含了生活质量的提升、性能改进以及其他“好东西”。 归根结底,最重要的是: **Dove 从一开始设计就始终将用户放在第一位。** # 📖术语表 **
点击展开** - [Dove](#dove) - [想加入 Dove 社区吗?](#want-to-join-the-dove-community) - [📖术语表](#glossary) - [🚀安装](#install) - [👋卸载](#uninstall) - [📛手动安装](#manual-installation) - [⚖️许可](#licensing) - [🏛️声明](#notices) - [💜致谢](#attribution)
# 🚀安装 Dove 目前官方支持以下平台: * **Arch Linux** * **Debian(及其衍生版...)** * **Fedora Linux** * **NixOS** * **Flatpak** *(系统级)* * **macOS** * **Ubuntu(及其衍生版...)** 遗憾的是,其他平台已被证明难以支持,但进展**确实在进行中**。我们始终欢迎并感谢贡献。 **
Arch** Thunderbird *(Pacman)*: ``` yay -S dove ``` Thunderbird *(系统级 Flatpak)*: ``` yay -S dove-flatpak ```
**
Debian/Ubuntu 及其衍生版** 在安装 Dove 之前,你首先需要添加 [celenity 的 OBS 仓库](https://build.opensuse.org/project/show/home:celenity): ``` echo 'deb https://download.opensuse.org/repositories/home:/celenity/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:celenity.list wget -O- https://download.opensuse.org/repositories/home:celenity/Debian_Unstable/Release.key 2>/dev/null | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_celenity.gpg > /dev/null sudo apt update ``` Thunderbird *(DEB)*: ``` sudo apt install dove ``` Thunderbird *(系统级 Flatpak)*: ``` sudo apt install dove-flatpak ```
**
Fedora** 在安装 Dove 之前,你首先需要添加 [celenity 的 COPR 仓库](https://copr.fedorainfracloud.org/coprs/celenity/copr/): ``` sudo dnf copr enable celenity/copr sudo dnf makecache ``` Thunderbird *(RPM)*: ``` sudo dnf install dove ``` Thunderbird *(系统级 Flatpak)*: ``` sudo dnf install dove-flatpak ```
**
macOS** 在你选择的终端中运行以下安装脚本: ``` /bin/zsh -c "$(curl -q --disable --no-netrc -j -e "" -A "" -S --clobber --create-dirs --delegation none --disallow-username-in-url --doh-cert-status --ftp-create-dirs --ftp-ssl-control --junk-session-cookies --no-basic --no-ca-native --no-digest --no-doh-insecure --no-http0.9 --no-insecure --no-proxy-insecure --no-negotiate --no-ntlm --no-proxy-basic --no-proxy-ca-native --no-proxy-digest --no-proxy-insecure --no-proxy-ssl-allow-beast --no-proxy-ssl-auto-client-cert --no-sessionid --no-skip-existing --no-ssl --no-ssl-allow-beast --no-ssl-auto-client-cert --no-ssl-no-revoke --no-ssl-revoke-best-effort --no-tls-earlydata --no-xattr --progress-meter --proto -all,https --proto-default https --proto-redir -all,https --referer "" --remove-on-error --show-error --ssl-reqd --trace-time --user-agent "" --verbose -sSL https://gitlab.com/celenityy/Dove/-/raw/pages/osx/scripts/osx_install.sh)" ```
**
NixOS** NixOS 支持基于 [flake 的配置](https://wiki.nixos.org/wiki/Flakes#Using_nix_flakes_with_NixOS): 1. 将 Dove 和 Phoenix 仓库添加到你的 flake inputs(Dove 基于 Phoenix 配置)。 2. 将 `dove` 作为你的输出函数的一个参数添加。 3. 将 Dove NixOS 模块添加到你的配置中。 ``` { inputs = { # Note that this assumes you have a flake-input called nixpkgs, # which is often the case. If you've named it something else, # you'll need to change the `nixpkgs` below. dove = { url = "git+https://gitlab.com/celenityy/Dove.git?ref=pages"; inputs.nixpkgs.follows = "nixpkgs"; inputs.phoenix.follows = "phoenix"; }; phoenix = { url = "git+https://gitlab.com/celenityy/Phoenix.git?ref=pages"; inputs.nixpkgs.follows = "nixpkgs"; }; }; # Add the `dove` argument to your output function, as below: outputs = {nixpkgs, dove, ...}: { # The configuration here is an example; it will look slightly different # based on your machine name and architecture. nixosConfigurations.your-box = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ # This is the important part -- add this line to your module list! dove.nixosModules.default ]; }; }; } ```
## **如果你希望在不受支持的平台上使用 Dove,请参见[📛手动安装](#manual-installation)。** # 👋卸载 **
Arch** Thunderbird *(Pacman)*: ``` yay -Rcns dove-arch ``` Thunderbird *(系统级 Flatpak)*: ``` yay -Rcns dove-flatpak ```
**
Debian/Ubuntu 及其衍生版** Thunderbird *(DEB)*: ``` sudo apt remove dove ``` Thunderbird *(系统级 Flatpak)*: ``` sudo apt remove dove-flatpak ``` 如果需要,你也可以移除 [celenity 的 OBS 仓库](https://build.opensuse.org/project/show/home:celenity): ``` sudo rm /etc/apt/sources.list.d/home:celenity.list sudo rm /etc/apt/trusted.gpg.d/home_celenity.gpg sudo apt update ```
**
Fedora** Thunderbird *(RPM)*: ``` sudo dnf remove dove ``` Thunderbird *(系统级 Flatpak)*: ``` sudo dnf remove dove-flatpak ``` 如果需要,你也可以移除 [celenity 的 COPR 仓库](https://copr.fedorainfracloud.org/coprs/celenity/copr/): ``` sudo dnf copr remove celenity/copr sudo dnf makecache ```
**
macOS** 在你选择的终端中运行以下卸载脚本: ``` /bin/zsh -c "$(curl -q --disable --no-netrc -j -e "" -A "" -S --clobber --create-dirs --delegation none --disallow-username-in-url --doh-cert-status --ftp-create-dirs --ftp-ssl-control --junk-session-cookies --no-basic --no-ca-native --no-digest --no-doh-insecure --no-http0.9 --no-insecure --no-proxy-insecure --no-negotiate --no-ntlm --no-proxy-basic --no-proxy-ca-native --no-proxy-digest --no-proxy-insecure --no-proxy-ssl-allow-beast --no-proxy-ssl-auto-client-cert --no-sessionid --no-skip-existing --no-ssl --no-ssl-allow-beast --no-ssl-auto-client-cert --no-ssl-no-revoke --no-ssl-revoke-best-effort --no-tls-earlydata --no-xattr --progress-meter --proto -all,https --proto-default https --proto-redir -all,https --referer "" --remove-on-error --show-error --ssl-reqd --trace-time --user-agent "" --verbose -sSL https://gitlab.com/celenityy/Dove/-/raw/pages/osx/scripts/osx_uninstall.sh)" ```
**
NixOS** **?**
离开时请[给我们留下反馈](https://dove.celenity.dev/issues),以便我们改进未来的工作! # 📛手动安装 默认情况下,Dove 通过你操作系统的包管理器进行安装和更新。这允许快速、轻松地进行更新和修复,并与系统的其他部分保持同步! 但是,如果这对你的需求和情况不理想,或者你只是想在不受支持的操作系统上使用 Dove,你可以通过以下步骤手动安装 Dove: **1:** 下载你想要的 Dove 版本的归档文件: 可以在下面的链接找到 *(将 `{DOVE_VERSION}` 替换为你想要下载的 Dove 版本)*。作为参考,Dove 的最新版本始终可以在 [Releases 页面](https://codeberg.org/celenity/Dove/releases) 的顶部找到。 - Linux:`https://releases.celenity.dev/dove/releases/{DOVE_VERSION}/linux/dove-{DOVE_VERSION}-linux.tar.xz` - macOS:`https://releases.celenity.dev/dove/releases/{DOVE_VERSION}/osx/dove-{DOVE_VERSION}-osx.tar.xz` - Windows:`https://releases.celenity.dev/dove/releases/{DOVE_VERSION}/windows/dove-{DOVE_VERSION}-windows.zip` 你可以直接通过网络浏览器导航到上面的链接并下载归档文件, 或者在你的终端中运行以下命令: **Linux**: ``` curl -q --disable --no-netrc -j -e "" -A "" -S --clobber --create-dirs --delegation none --disallow-username-in-url --doh-cert-status --ftp-create-dirs --ftp-ssl-control --junk-session-cookies --no-basic --no-ca-native --no-digest --no-doh-insecure --no-http0.9 --no-insecure --no-proxy-insecure --no-negotiate --no-ntlm --no-proxy-basic --no-proxy-ca-native --no-proxy-digest --no-proxy-insecure --no-proxy-ssl-allow-beast --no-proxy-ssl-auto-client-cert --no-sessionid --no-skip-existing --no-ssl --no-ssl-allow-beast --no-ssl-auto-client-cert --no-ssl-no-revoke --no-ssl-revoke-best-effort --no-tls-earlydata --no-xattr --progress-meter --proto -all,https --proto-default https --proto-redir -all,https --referer "" --remove-on-error --show-error --ssl-reqd --trace-time --user-agent "" --verbose -O -sSL https://releases.celenity.dev/dove/releases/{DOVE_VERSION}/linux/dove-{DOVE_VERSION}-linux.tar.xz ``` **macOS**: ``` curl -q --disable --no-netrc -j -e "" -A "" -S --clobber --create-dirs --delegation none --disallow-username-in-url --doh-cert-status --ftp-create-dirs --ftp-ssl-control --junk-session-cookies --no-basic --no-ca-native --no-digest --no-doh-insecure --no-http0.9 --no-insecure --no-proxy-insecure --no-negotiate --no-ntlm --no-proxy-basic --no-proxy-ca-native --no-proxy-digest --no-proxy-insecure --no-proxy-ssl-allow-beast --no-proxy-ssl-auto-client-cert --no-sessionid --no-skip-existing --no-ssl --no-ssl-allow-beast --no-ssl-auto-client-cert --no-ssl-no-revoke --no-ssl-revoke-best-effort --no-tls-earlydata --no-xattr --progress-meter --proto -all,https --proto-default https --proto-redir -all,https --referer "" --remove-on-error --show-error --ssl-reqd --trace-time --user-agent "" --verbose -O -sSL https://releases.celenity.dev/dove/releases/{DOVE_VERSION}/osx/dove-{DOVE_VERSION}-osx.tar.xz ``` **Windows**: ``` curl -q --disable --no-netrc -j -e "" -A "" -S --clobber --create-dirs --delegation none --disallow-username-in-url --doh-cert-status --ftp-create-dirs --ftp-ssl-control --junk-session-cookies --no-basic --no-ca-native --no-digest --no-doh-insecure --no-http0.9 --no-insecure --no-proxy-insecure --no-negotiate --no-ntlm --no-proxy-basic --no-proxy-ca-native --no-proxy-digest --no-proxy-insecure --no-proxy-ssl-allow-beast --no-proxy-ssl-auto-client-cert --no-sessionid --no-skip-existing --no-ssl --no-ssl-allow-beast --no-ssl-auto-client-cert --no-ssl-no-revoke --no-ssl-revoke-best-effort --no-tls-earlydata --no-xattr --progress-meter --proto -all,https --proto-default https --proto-redir -all,https --referer "" --remove-on-error --show-error --ssl-reqd --trace-time --user-agent "" --verbose -O -sSL https://releases.celenity.dev/dove/releases/{DOVE_VERSION}/windows/dove-{DOVE_VERSION}-windows.zip ``` **2:** 解压你下载的归档文件: 首先,创建你希望解压 Dove 的目录: ``` mkdir -p dove ``` 现在,解压下载的归档文件: *(将 `{DOVE_VERSION}` 替换为你想要下载的 Dove 版本,将 `/path/to` 替换为你下载的归档文件的路径)* **Linux**: ``` tar xJf /path/to/dove-{DOVE_VERSION}-linux.tar.xz -C dove ``` **macOS**: ``` tar xJf /path/to/dove-{DOVE_VERSION}-osx.tar.xz -C dove ``` **Windows**: ``` unzip -q /path/to/dove-{DOVE_VERSION}-windows.zip -d dove ``` **3:** 找到你的 Thunderbird 安装目录。这会因你的平台而异,通常可以通过导航到 `Help`(位于顶部菜单栏) -> `Troubleshooting information` 并查看 `Application Binary` 旁边的目录来找到。例如:如果我在 `Application Binary` 旁边看到 `/Users/${USER}/Applications/Thunderbird.app/Contents/MacOS/thunderbird`, 那么我的安装目录就是:**`/Users/${USER}/Applications/Thunderbird.app`**。 **4:** **Linux**: 如果它尚不存在,你需要在你的系统的 `etc` 目录中创建一个名为 `thunderbird` 的文件夹。 **无论你的发行版是什么**都适用——甚至支持 Snap 包。 你也可以直接运行下面的命令: ``` sudo mkdir -p /etc/thunderbird ``` 你还需要确保你创建的文件夹具有正确的权限: ``` sudo chmod 655 /etc/thunderbird ``` 现在,将 `dove.cfg` 复制到你刚刚创建的 `/etc/thunderbird` 目录中。你可以手动拖放它,或者运行以下命令: **注意**:如果你之前已将 `dove.cfg` 安装到其他位置*(例如 Thunderbird 的安装目录)*,**请将其删除**以避免任何冲突。 ``` sudo cp dove/dove.cfg /etc/thunderbird/dove.cfg ``` **macOS**: 将 `dove.cfg` 复制到你安装目录内的 **`Resources`** 文件夹中。 你可以手动拖放它,或者运行以下命令: *假设你的安装目录是 `/Users/${USER}/Applications/Thunderbird.app`* ``` sudo cp dove/dove.cfg /Users/${USER}/Applications/Thunderbird.app/Resources/dove.cfg ``` **Windows**: 将 `dove.cfg` 复制到你安装目录的**根目录**中。你可以 手动拖放它,或者运行以下命令: ``` cp dove\dove.cfg C:\'Program Files'\'Mozilla Thunderbird'\dove.cfg ``` **5:** 如果它尚不存在,在 `/etc/thunderbird` 目录内,创建一个名为 `defaults` 的新文件夹, 并在这个新的 `defaults` 文件夹内,再创建一个名为 `pref` 的文件夹。 **无论你的发行版是什么**都适用——甚至支持 Snap 包。你也可以 直接运行下面的命令: ``` sudo mkdir -p /etc/thunderbird/defaults/pref ``` 你还需要确保你创建的文件夹具有正确的权限: ``` sudo chmod 655 /etc/thunderbird/defaults/pref ``` **macOS**: 如果它尚不存在,在 `Resources` 目录内,创建一个名为 `defaults` 的新文件夹, 并在这个新的 `defaults` 文件夹内,再创建一个名为 `pref` 的文件夹。 你可以通过文件浏览器手动完成,或者运行以下命令: *假设你的安装目录是 `/Users/${USER}/Applications/Thunderbird.app`* ``` sudo mkdir -p /Users/${USER}/Applications/Thunderbird.app/Resources/defaults/pref ``` 你还需要确保你创建的文件夹具有正确的权限: ``` sudo chmod 744 /Users/${USER}/Applications/Thunderbird.app/Resources/defaults/pref ``` **Windows**: 如果它尚不存在,在你安装目录的**根目录**中,创建一个名为 `defaults` 的文件夹,并在这个新的 `defaults` 文件夹内,再创建一个名为 `pref` 的文件夹。你可以通过文件浏览器手动完成,或者为你的平台运行以下命令: ``` mkdir -vp C:\'Program Files'\'Mozilla Thunderbird'\defaults\pref ``` **6:** 将 `defaults/pref/dove.js` 复制到你刚刚创建的 `pref` 文件夹中。你可以为你的平台运行以下命令: **Linux**: ``` sudo cp dove/defaults/pref/dove.js /etc/thunderbird/defaults/pref/dove.js ``` **macOS**: *假设你的安装目录是 `/Users/${USER}/Applications/Thunderbird.app`* ``` sudo cp dove/defaults/pref/dove.js /Users/${USER}/Applications/Thunderbird.app/Resources/defaults/pref/dove.js ``` **Windows**: ``` cp dove\defaults\pref\dove.js C:\'Program Files'\'Mozilla Thunderbird'\defaults\pref\dove.js ``` **7:** 在 Windows 上,在你安装目录的**根目录**中,创建一个名为 `distribution` 的文件夹。你可以通过文件浏览器手动完成,或者运行以下命令: ``` mkdir -vp C:\'Program Files'\'Mozilla Thunderbird'\distribution ``` 非 Flatpak 的 GNU/Linux 用户**应该**在 `/etc` 目录下的 `thunderbird` 文件夹内创建一个 `policies` 文件夹。**无论**你的发行版是什么,甚至对于 Snap 包都适用。 ``` sudo mkdir -vp /etc/thunderbird/policies ``` 对于非 Flatpak 的 GNU/Linux 用户,你还需要确保你创建的文件夹具有正确的权限: ``` sudo chmod 655 /etc/thunderbird/policies ``` **9:** 现在,Windows 用户应该将 `distribution/policies.json` 复制到你刚刚创建的 `distribution` 文件夹中。你可以运行以下命令: ``` cp dove\distribution\policies.json C:\'Program Files'\'Mozilla Thunderbird'\distribution\policies.json ``` macOS 用户**应该**将 `macos/org.mozilla.thunderbird.plist` 复制到 `/Library/Preferences`,完成后**重新启动**设备: ``` sudo cp dove/macos/org.mozilla.thunderbird.plist /Library/Preferences/org.mozilla.thunderbird.plist` ``` GNU/Linux 用户**应该**将 `policies/policies.json` 复制到他们刚刚创建的 `/etc/thunderbird/policies` 文件夹中。 ``` sudo cp dove/policies/policies.json /etc/thunderbird/policies/policies.json ``` **10**:在你的 Dove 目录中,创建一个名为 `assets` 的目录,并将 `assets/autoconfig` 复制到这个新的 `assets` 目录中。 **Linux** *(非 Flatpak)*: ``` mkdir -vp /etc/thunderbird/dove/assets cp -vrf dove/assets/autoconfig /etc/thunderbird/dove/assets/ ``` **Linux** *(Flatpak)*: ``` mkdir -vp /var/lib/flatpak/app/org.mozilla.Thunderbird/current/active/files/etc/thunderbird/dove/assets cp -vrf dove/assets/autoconfig /var/lib/flatpak/app/org.mozilla.Thunderbird/current/active/files/etc/thunderbird/dove/assets/ ``` **macOS** *(Apple Silicon)*: ``` mkdir -vp /opt/homebrew/opt/dove/assets cp -vrf dove/assets/autoconfig /opt/homebrew/opt/dove/assets/ ``` **macOS** *(Intel)*: ``` mkdir -vp /usr/local/opt/dove-intel/assets cp -vrf dove/assets/autoconfig /usr/local/opt/dove-intel/assets/ ``` **Windows**: ``` mkdir -vp C:\dove\assets cp -vrf dove\assets\autoconfig C:\dove\assets\ ``` **或者**:以牺牲隐私和安全性为代价,安装 Dove 后,你可以从 [`about:config`](about:config) *(通过导航到 `Settings` -> `General` -> 滚动到底部 -> `Config Editor...` 访问)* 将 `mailnews.auto_config_url` 的值设置为 `https://autoconfig.thunderbird.net/v1.1/`。**不推荐**这样做,因为它将与 Mozilla 共享你的电子邮件提供商信息,并且速度较慢/响应性较低。 恭喜,你完成了。享受 Dove,并请务必保持更新! # ⚖️许可 Dove 在适用的情况下根据 [GNU 通用公共许可证 v3.0 或更高版本](https://spdx.org/licenses/GPL-3.0-or-later.html) *(`GPL-3.0-or-later`)* 授权。 Phoenix 在适用的情况下根据 [GNU 通用公共许可证 v3.0 或更高版本](https://spdx.org/licenses/GPL-3.0-or-later.html) *(`GPL-3.0-or-later`)* 授权。 Dove 的[归档文件](https://gitlab.com/celenityy/Dove/-/tree/pages/archives)包含: - `assets/autoconfig/` - 来自 [Thunderbird 的 `ISPDB`](https://github.com/thunderbird/autoconfig),根据 [Mozilla 公共许可证 2.0](https://spdx.org/licenses/MPL-2.0.html) 提供。 # 🏛️声明 Mozilla Thunderbird 是 Mozilla 基金会的商标。 这不是 Mozilla 官方支持的产品。Dove 与 Mozilla 没有任何关联。 Dove 未获 Mozilla 赞助或认可。 Thunderbird 源代码可在 [https://hg-edge.mozilla.org](https://hg-edge.mozilla.org/) 获取。 # 💜致谢 非常感谢以下项目和个人,是他们让 Dove 成为可能。请支持他们! **另请参见 Phoenix 的致谢页面 [这里](https://phoenix.celenity.dev#attribution)**。 - **[Seyed Mohamad Amin Modaresi](https://codeberg.org/gnu1)** - 建议了 Dove 的图标,创建了安装和卸载脚本,帮助维护/打包,协助 README 格式化,提供一般建议和支持,并负责项目的多项其他重大贡献。 - **[Kora](https://github.com/bikass/kora)** - 🪪 [bikass](https://github.com/bikass) - ⚖️ [GPL-3.0-only](https://github.com/bikass/kora/blob/9cdedbcd55114eae05440573606c5783aff4be26/LICENSE) - 💸 [捐赠](https://ko-fi.com/tarmakofi) - 设计了 Dove 的图标 - **[thunderbird-user.js](https://github.com/HorlogeSkynet/thunderbird-user.js)** - 🪪 [Samuel FORESTIER](https://github.com/HorlogeSkynet) + [Daniel Nathan Gray](https://github.com/dngray) - ⚖️ [MIT](https://raw.githubusercontent.com/HorlogeSkynet/thunderbird-user.js/master/LICENSE) - 发现了各种偏好设置并从其非常棒的文档中学习 - **[Arkenfox](https://github.com/arkenfox/user.js)** - 🪪 [Thorin-Oakenpants](https://github.com/thorin-oakenpants) + [earthlng](https://github.com/earthlng) + [claustromaniac](https://github.com/claustromaniac) - ⚖️ [MIT](https://github.com/arkenfox/user.js/blob/master/LICENSE.txt) - **[Betterfox](https://github.com/yokoffing/Betterfox)** - 🪪 [yokoffing](https://github.com/yokoffing) - ⚖️ [MIT](https://github.com/yokoffing/Betterfox/blob/main/LICENSE) - 💸 [捐赠](https://github.com/sponsors/yokoffing) - 各种性能相关的偏好设置 - **[Narsil's mozilla.cfg](https://codeberg.org/Narsil/mozilla.cfg)** - 🪪 [Narsil](https://codeberg.org/Narsil) - ⚖️ [GPL-3.0-or-later](https://codeberg.org/Narsil/mozilla.cfg/src/branch/master/LICENSE.txt) - 某些偏好设置 + 灵感 - **[Brace](https://codeberg.org/divested/brace)** - 🪪 [Divested Computing Group](https://divested.dev/) - ⚖️ [AGPL-3.0-or-later](https://codeberg.org/divested/brace/src/branch/master/LICENSE) - 💸 [捐赠](https://divested.dev/pages/donate) - 某些偏好设置 + 灵感 - **[LibreWolf](https://librewolf.net/)** - 🪪 [bgstack15](https://codeberg.org/bgstack15) + [fxbrit](https://codeberg.org/fxbrit) + [Malte Jürgens](https://codeberg.org/maltejur) + [ohfp](https://codeberg.org/ohfp) + [James McClain](https://codeberg.org/TheGreatMcPain) + [threadpanic](https://codeberg.org/threadpanic) + [Guillaume](https://codeberg.org/ltguillaume) - ⚖️ [MPL-2.0](https://codeberg.org/librewolf/settings/src/branch/master/LICENSE.txt) - 灵感 + 某些偏好设置和策略 - **[firefox-config](https://codeberg.org/rusty-snake/firefox-config)** - 🪪 [rusty-snake](https://codeberg.org/rusty-snake) - ⚖️ [CC0-1.0](https://codeberg.org/rusty-snake/firefox-config#license-cc0) - 灵感 + 某些偏好设置 - **[uBlock Origin](https://github.com/gorhill/uBlock)** - 🪪 [Raymond Hill](https://github.com/gorhill) + [ItsProfesssional](https://github.com/ItsProfessional) + [MasterKia](https://github.com/MasterKia) + [peace2000](https://github.com/peace2000) + [Peter Lowe](https://pgl.yoyo.org/) + [PiQuark6046](https://github.com/piquark6046) + [stephenhawk8054](https://github.com/stephenhawk8054) - ⚖️ [GPL-3.0-or-later](https://github.com/gorhill/uBlock/blob/master/LICENSE.txt) - 预装扩展 - 提供内容拦截功能 - **[Mullvad DNS](https://mullvad.net/help/dns-over-https-and-dns-over-tls)** - 🪪 [Mullvad VPN AB](https://mullvad.net/about) - 默认的 DNS Over HTTPS 解析器 当然还有... - **[Thunderbird](https://www.thunderbird.net/)** - 🪪 [Mozilla](https://www.mozilla.org/) - ⚖️ [MPL-2.0](https://www.mozilla.org/foundation/licensing/) - 💸 [捐赠](https://www.thunderbird.net/?form=support)
标签:AutoConfig, Enterprise Policies, Mozilla Thunderbird, 安全配置, 数据可视化, 用户优先设计, 用户体验优化, 电子邮件安全, 网络安全, 自动更新, 邮件客户端, 邮件插件, 隐私保护, 隐私增强